removed debug print
authorJohn Tsiombikas <nuclear@mutantstargoat.com>
Wed, 3 Aug 2016 06:25:34 +0000 (09:25 +0300)
committerJohn Tsiombikas <nuclear@mutantstargoat.com>
Wed, 3 Aug 2016 06:25:34 +0000 (09:25 +0300)
src/fspath.cc

index eb923d6..ea8ce6e 100644 (file)
@@ -128,8 +128,6 @@ FSPath &FSPath::operator =(FSPath &&p)
 
 void FSPath::sanitize()
 {
 
 void FSPath::sanitize()
 {
-       printf("sanitize: \"%s\"\n", abs_path);
-
        // first pass, convert and backslashes to slashes
        char *s = abs_path;
        while(*s) {
        // first pass, convert and backslashes to slashes
        char *s = abs_path;
        while(*s) {