summaryrefslogtreecommitdiffstats
path: root/apps/gui/skin_engine/wps_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/skin_engine/wps_debug.c')
-rw-r--r--apps/gui/skin_engine/wps_debug.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/gui/skin_engine/wps_debug.c b/apps/gui/skin_engine/wps_debug.c
index e7277e847c..1d1ae1391a 100644
--- a/apps/gui/skin_engine/wps_debug.c
+++ b/apps/gui/skin_engine/wps_debug.c
@@ -585,11 +585,6 @@ void print_debug_info(struct wps_data *data, enum wps_parse_error fail, int line
}
#endif /* SIMULATOR */
- if (data->num_tokens >= WPS_MAX_TOKENS - 1) {
- DEBUGF("Warning: Max number of tokens was reached (%d)\n",
- WPS_MAX_TOKENS - 1);
- }
-
if (fail != PARSE_OK)
{
char buf[64];