summaryrefslogtreecommitdiff
path: root/content/handlers/css/css.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/handlers/css/css.c')
-rw-r--r--content/handlers/css/css.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/content/handlers/css/css.c b/content/handlers/css/css.c
index b6053a6f5..93efd6a1b 100644
--- a/content/handlers/css/css.c
+++ b/content/handlers/css/css.c
@@ -255,8 +255,6 @@ bool nscss_process_data(struct content *c, const char *data, unsigned int size)
content_broadcast_errorcode(c, NSERROR_CSS);
}
- debug_board_printf("Processing css_data of size : %u\n", size);
-
return (error == CSS_OK || error == CSS_NEEDDATA);
}