diff options
Diffstat (limited to '')
-rw-r--r-- | src/sledjchisl/sledjchisl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index fbc88e2..d287007 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c | |||
@@ -1587,7 +1587,6 @@ void forEachSim(char *verb, simFunction func, simFunction not) | |||
1587 | void simNotFound(simData *simd, char *sim, char *type, int count, int window, int panes, int pane) | 1587 | void simNotFound(simData *simd, char *sim, char *type, int count, int window, int panes, int pane) |
1588 | { | 1588 | { |
1589 | char *path = xmprintf("%s/%s.shini", scEtc, sim); | 1589 | char *path = xmprintf("%s/%s.shini", scEtc, sim); |
1590 | V("simNotFound(%s) -> %s", sim, path); | ||
1591 | qlisttbl_t *ini = qconfig_parse_file(NULL, path, '='); | 1590 | qlisttbl_t *ini = qconfig_parse_file(NULL, path, '='); |
1592 | 1591 | ||
1593 | if (NULL == ini) | 1592 | if (NULL == ini) |