mirror of
https://github.com/Savapitech/42sh.git
synced 2026-03-18 21:50:35 +01:00
Remove unused debug msg
This commit is contained in:
@@ -61,9 +61,7 @@ char *parse_full_bin_path(env_t *env, char *bin_name)
|
||||
|
||||
if (path == NULL)
|
||||
path = DEFAULT_PATH;
|
||||
U_DEBUG("Used path [%s]\n", path);
|
||||
full_bin_path = find_binary(path, bin_name, &dup_path);
|
||||
U_DEBUG("Exec bin [%s]\n", full_bin_path);
|
||||
if (full_bin_path == NULL)
|
||||
return NULL;
|
||||
free(dup_path);
|
||||
|
||||
Reference in New Issue
Block a user