diff options
Diffstat (limited to 'libs/web')
-rw-r--r-- | libs/web/src/template_parser.c | 2 |
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; |