branchy recurses!
[feisty_meow.git] / scripts / files / safedel.pl
index ef4ffcb4aa4fb662f6d3e42aa4a7a9a1ed272a98..010cd959d83976bb61263867142a85e291135605 100644 (file)
@@ -63,7 +63,7 @@ exit 0;
 sub safedel {
   # get the list of files and directories to whack.
   local(@to_delete) = &glob_list(@_);
-#  print "final list of whackees: @to_delete\n";
+print "list of whackees: @to_delete\n";
 
   # we store the deleted files in a directory under the temporary directory.
   if (! -d $TMP) {