Remove silly debug print's

This commit is contained in:
Donald Burr 2015-10-12 05:51:52 -07:00
parent b608a14312
commit aa0ea76913

View file

@ -150,7 +150,6 @@ def main(argv):
try:
options, remainder = getopt.getopt(argv, "Hr:l:e:L:x:", ["help", "rarity=", "starting-level=", "starting-exp=", "desired-level=", "level-for-exp="])
except getopt.GetoptError:
print "HEY"
usage()
sys.exit(2)
for opt, arg in options: