core: remove left-over debug message

This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2015-03-14 17:42:10 -04:00
parent 6962fd3bd2
commit bdb26d423a
-2
View File
@@ -626,8 +626,6 @@ int config_parse_exec(const char *unit,
n[k] = NULL;
log_debug("path: %s", path ?: n[0]);
if (!n[0])
reason = "Empty executable name or zeroeth argument";
else if (!string_is_safe(path ?: n[0]))