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

@@ -107,7 +107,6 @@ static void safe_launch_process(process_t *p, const char *actual_cmd, const char
const char *const *cenvv) {
UNUSED(p);
int err;
// debug( 1, L"exec '%ls'", p->argv[0] );
// This function never returns, so we take certain liberties with constness.
char *const *envv = const_cast<char *const *>(cenvv);