removed annoying debug line that got left in.
[feisty_meow.git] / scripts / files / safedel.pl
index c0d710829c096c783f534366c74c62fbbbb2af40..2315464e1d150781f008b1727f3eb3834c186686 100644 (file)
@@ -116,7 +116,7 @@ sub safedel {
       }
       push(@deleted, "\"$file\"");
     } elsif (-f $file) {
-print "about to chmod file\n";
+#print "about to chmod file\n";
       # make the file writable by our user if possible (which resets any
       # prior permissions as long as we're the owner).
       system("chmod u+rw '$file'");