projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb276a7
)
libs/web: remove leftover debugging code in template_parser.c
author
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 25 Nov 2012 19:18:15 +0000
(19:18 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 25 Nov 2012 19:18:15 +0000
(19:18 +0000)
libs/web/src/template_parser.c
patch
|
blob
|
history
diff --git
a/libs/web/src/template_parser.c
b/libs/web/src/template_parser.c
index 69f0f1c4854c1b4171d2dee00edc6f5a685b4f77..76fb5a7c99af93366c23f54164d28800102e9eb7 100644
(file)
--- 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;