summaryrefslogtreecommitdiffstats
path: root/parser-cfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'parser-cfg.c')
-rw-r--r--parser-cfg.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/parser-cfg.c b/parser-cfg.c
index 720b8e243f..e2c5d208e2 100644
--- a/parser-cfg.c
+++ b/parser-cfg.c
@@ -141,11 +141,6 @@ int m_config_parse_config_file(m_config_t *config, const char *conffile)
continue;
}
-#ifdef MP_DEBUG
- PRINT_LINENUM;
- mp_msg(MSGT_CFGPARSER, MSGL_V, "option: %s\n", opt);
-#endif
-
/* skip whitespaces */
while (isspace(line[line_pos]))
++line_pos;
@@ -207,11 +202,6 @@ int m_config_parse_config_file(m_config_t *config, const char *conffile)
continue;
}
-#ifdef MP_DEBUG
- PRINT_LINENUM;
- mp_msg(MSGT_CFGPARSER, MSGL_V, "parameter: %s\n", param);
-#endif
-
/* now, check if we have some more chars on the line */
/* whitespace... */
while (isspace(line[line_pos]))