removed annoying debug line that got left in.
authorChris Koeritz <fred@gruntose.com>
Sun, 12 Apr 2015 00:44:29 +0000 (20:44 -0400)
committerChris Koeritz <fred@gruntose.com>
Sun, 12 Apr 2015 00:44:29 +0000 (20:44 -0400)
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'");