summaryrefslogtreecommitdiffhomepage
path: root/libs/web
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-11-25 19:18:15 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-11-25 19:18:15 +0000
commitcd0bb63394f36a93264f6639b9936c7ac0e97656 (patch)
tree1dfcd2552ae3d5dd8af8d48ca0b0f64d3a8beed3 /libs/web
parentbb276a7c7b6f254f4b437a75f26b8bd01a807f22 (diff)
libs/web: remove leftover debugging code in template_parser.c
Diffstat (limited to 'libs/web')
-rw-r--r--libs/web/src/template_parser.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/web/src/template_parser.c b/libs/web/src/template_parser.c
index 69f0f1c48..76fb5a7c9 100644
--- a/libs/web/src/template_parser.c
+++ b/libs/web/src/template_parser.c
@@ -350,8 +350,6 @@ int template_error(lua_State *L, struct template_parser *parser)
int line = 0;
int chunkline = 0;
- fprintf(stderr, "E[%s]\n", err);
-
if ((ptr = strfind((char *)err, strlen(err), "]:", 2)) != NULL)
{
chunkline = atoi(ptr + 2) - parser->prv_chunk.line;