From: Chris Koeritz Date: Sun, 12 Apr 2015 00:44:29 +0000 (-0400) Subject: removed annoying debug line that got left in. X-Git-Tag: 2.140.90~656 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=aa4990dace881a6d73174ed1be4eb3886436b61d;p=feisty_meow.git removed annoying debug line that got left in. --- diff --git a/scripts/files/safedel.pl b/scripts/files/safedel.pl index c0d71082..2315464e 100644 --- a/scripts/files/safedel.pl +++ b/scripts/files/safedel.pl @@ -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'");