X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=libs%2Fweb%2Fsrc%2Ftemplate_parser.c;h=76fb5a7c99af93366c23f54164d28800102e9eb7;hb=cd0bb63394f36a93264f6639b9936c7ac0e97656;hp=69f0f1c4854c1b4171d2dee00edc6f5a685b4f77;hpb=bb276a7c7b6f254f4b437a75f26b8bd01a807f22;p=project%2Fluci.git 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;