removed debug statement
parent
4cc759c0a7
commit
34962d4669
|
|
@ -79,7 +79,6 @@ string createRewrittenFileName(const string& name) {
|
|||
fs::path p(name);
|
||||
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();
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue