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