remove needless Console.ReadLine(), causes ui to stall waiting for input on console/tty

This commit is contained in:
Jim Westfall
2014-10-23 22:04:01 -07:00
parent f436495aa2
commit 47bf98faf0

View File

@@ -27,7 +27,6 @@ namespace ROMVault2
_sw.Close();
Console.WriteLine("Dat creation complete");
Console.ReadLine();
}
private static void WriteDatFile(RvDir dir)