Remove commented out debugs

This commit is contained in:
Fabian Homborg
2020-01-19 13:55:03 +01:00
parent b09ae82ecf
commit 349b9e9dee
5 changed files with 0 additions and 15 deletions

View File

@@ -374,9 +374,6 @@ void safe_report_exec_error(int err, const char *actual_cmd, const char *const *
default: {
const char *err = safe_strerror(errno);
debug_safe(0, "exec: %s", err);
// FLOGF(error, L"The file '%ls' is marked as an executable but could not be run by the
// operating system.", p->actual_cmd);
break;
}
}