*Removed annoying "Press Enter to exit" from PerSetTracking script.

This commit is contained in:
Hellfish
2011-11-06 11:33:47 +00:00
parent e78f1c1461
commit aca7fa7354

View File

@@ -124,5 +124,3 @@ with open(sys.path[0] + os.sep + "PerSetTrackingResults" + os.sep + "CompleteSta
statsfile.write("Total over all sets: " + str(totalImplemented) + " (" + str(totalMissing) + ") / " + str(fullTotal)) statsfile.write("Total over all sets: " + str(totalImplemented) + " (" + str(totalMissing) + ") / " + str(fullTotal))
print "Done!" print "Done!"
print "Press Enter to exit."
raw_input("")