Remove silly debug print's
This commit is contained in:
parent
b608a14312
commit
aa0ea76913
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue