aboutsummaryrefslogtreecommitdiff
path: root/src/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse.c')
-rw-r--r--src/parse.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/parse.c b/src/parse.c
index d9a75296..cd64e192 100644
--- a/src/parse.c
+++ b/src/parse.c
@@ -46,9 +46,7 @@ int parse_file(char* filename, FILE* f, vcomponent* root) {
TRANSFER(&cline_val, &ctx.str);
/* Actuall end of line, handle value */
- INFO_F("cp: %p", content_pair);
handle_kv(&cline_key, &cline_val, &content_pair, &ctx);
- INFO_F("cp: %p", content_pair);
p_ctx = p_key;
} /* Else continue on current line */
@@ -154,7 +152,6 @@ int handle_kv (
strbuf_cap (key);
strbuf_cap (val);
- INFO_F("%s: %s", key->mem, val->mem);
/*
* The key being BEGIN means that we decend into a new component.