Util: Remove debug printf

This commit is contained in:
Martin Duquesnoy 2010-08-02 19:20:53 +02:00
parent 36ca03f8f3
commit f2e9c1fd02

View File

@ -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;
}