Util: Remove debug printf
This commit is contained in:
parent
36ca03f8f3
commit
f2e9c1fd02
@ -354,7 +354,5 @@ patht(char *path)
|
||||
if(strstr(path, "~/"))
|
||||
sprintf(ret, "%s/%s", getenv("HOME"), path + 2);
|
||||
|
||||
printf("--> (%s) - %s\n", path, ret);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user