]> bicyclesonthemoon.info Git - ott/bsta/blobdiff - reset.1.pl
Improvements to comment interface:
[ott/bsta] / reset.1.pl
index 00f612988f81fcb311e18cc7675842040c79d349..bfe5ddad89e670d6bb8acfc42954e9017fc9f48e 100644 (file)
@@ -112,12 +112,10 @@ write_index(
 if (opendir_encoded(my $dir, DATA_WORDS_PATH())) {
        print DATA_WORDS_PATH()."\n";
        while (my $file_name = readdir_decoded($dir)) {
-               print $file_name."\n";
                if ($file_name !~ /^[0-9]+$/) {
                        next;
                }
                my $full_path = join_path(PATH_SEPARATOR(), DATA_WORDS_PATH(), $file_name);
-               print $full_path."\n";
                unlink_encoded ($full_path);
        }
-}
\ No newline at end of file
+}