X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=vrfileman;a=blobdiff_plain;f=src%2Ffspath.cc;fp=src%2Ffspath.cc;h=ea8ce6e0bdb2596203b4299d650f47d251113a76;hp=eb923d64422b378eb4761476c8c3b06a891d2aad;hb=de5bcfb5aaa126539e927ab9359a7de2bbfa3392;hpb=eb234b8984132f68fffec0ea5f8a314d6d36f7bb diff --git a/src/fspath.cc b/src/fspath.cc index eb923d6..ea8ce6e 100644 --- a/src/fspath.cc +++ b/src/fspath.cc @@ -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) {