X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2Fremovefile.C;h=6833917e97da1c1835023122de16863d069c9aba;hb=fa7f91658c01ba88aab006beff8b167a4bbb7085;hp=e2cdb52c0f5878a1037a78703d9816bbc0f91a9d;hpb=5aad2133f228b736f033d6c48e1629078b858286;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/cinelerra/removefile.C b/cinelerra-5.0/cinelerra/removefile.C index e2cdb52c..6833917e 100644 --- a/cinelerra-5.0/cinelerra/removefile.C +++ b/cinelerra-5.0/cinelerra/removefile.C @@ -46,7 +46,7 @@ RemoveFile::RemoveFile(const char *path,int autodelete) void RemoveFile::run() { run_lock.lock("RemoveFile::run_lock"); -printf("RemoveFile::run: deleting %s\n", file_path); +//printf("RemoveFile::run: deleting %s\n", file_path); remove(file_path); run_lock.unlock(); } @@ -66,7 +66,7 @@ RemoveAll::RemoveAll(const char *path) else RemoveFile::removeFileWait(fp); } -printf("RemoveAll::deleting directory %s\n", path); +//printf("RemoveAll::deleting directory %s\n", path); rmdir(path); }