removed debug statement

release/4.3a0
balderdash-devil 2014-05-31 16:03:16 -04:00
parent 4cc759c0a7
commit 34962d4669
1 changed files with 0 additions and 1 deletions

View File

@ -79,7 +79,6 @@ string createRewrittenFileName(const string& name) {
fs::path p(name); fs::path p(name);
fs::path newpath = fs::path(p.parent_path().string()) / fs::path(p.stem().string() + "-rewritten.txt" ); fs::path newpath = fs::path(p.parent_path().string()) / fs::path(p.stem().string() + "-rewritten.txt" );
printf("New path = %s\n", newpath.string().c_str() );
return newpath.string(); return newpath.string();
} }
#endif #endif