Delete unneeded comment lines

This commit is contained in:
Henry Whitney 2019-04-26 17:26:08 -04:00
parent a32770e89e
commit 91d40b9337
1 changed files with 0 additions and 6 deletions

View File

@ -326,12 +326,6 @@ sub Finish {
say "Opening $_";
system "START \"\" $_"
}
#say "Opening $excFile";
#system "START \"\" $excFile";
#$displayFile =~ s/\//\\/g;
#say "Opening $displayFile";
#system "START \"\" $displayFile";
#system "START \"\" test.bat";
}
}