From: John Tsiombikas Date: Wed, 3 Aug 2016 06:25:34 +0000 (+0300) Subject: removed debug print X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=vrfileman;a=commitdiff_plain;h=de5bcfb5aaa126539e927ab9359a7de2bbfa3392 removed debug print --- 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) {