summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/skin_engine')
-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
585 } 585 }
586#endif /* SIMULATOR */ 586#endif /* SIMULATOR */
587 587
588 if (data->num_tokens >= WPS_MAX_TOKENS - 1) {
589 DEBUGF("Warning: Max number of tokens was reached (%d)\n",
590 WPS_MAX_TOKENS - 1);
591 }
592
593 if (fail != PARSE_OK) 588 if (fail != PARSE_OK)
594 { 589 {
595 char buf[64]; 590 char buf[64];