From de5bcfb5aaa126539e927ab9359a7de2bbfa3392 Mon Sep 17 00:00:00 2001 From: John Tsiombikas Date: Wed, 3 Aug 2016 09:25:34 +0300 Subject: [PATCH] removed debug print --- src/fspath.cc | 2 -- 1 file changed, 2 deletions(-) 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) { -- 1.7.10.4