X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2Fremovefile.C;h=6833917e97da1c1835023122de16863d069c9aba;hb=6c0c8bd0e577001d1cc18c6c27d58e62f58a6bff;hp=e2cdb52c0f5878a1037a78703d9816bbc0f91a9d;hpb=2d99bb8ce591f05a31464b517d85dc2bc35b2abe;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); }