Skip to content

Commit

Permalink
removed useless option
Browse files Browse the repository at this point in the history
  • Loading branch information
douglascamata committed Jul 23, 2016
1 parent a9b3c8b commit ded7f6b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pokecli.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,6 @@ def init_config():
type=str,
default="km")

parser.add_argument(
"-ign",
"--ign_init_trans",
type=str,
default='')

config = parser.parse_args()
if not config.username and not 'username' in load:
config.username = raw_input("Username: ")
Expand Down

0 comments on commit ded7f6b

Please sign in to comment.