Skip to content

Commit

Permalink
Removed testing code.
Browse files Browse the repository at this point in the history
  • Loading branch information
kon-foo committed Aug 16, 2018
1 parent 4c1500b commit 3a1e542
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions wittyPy/wittyPy.py
Expand Up @@ -189,8 +189,6 @@ def __check_format(self, args):
if args[0] == 0:
return
elif args[0] not in range(1, 32) and args[0] != "??":
print(args[0])
print(type(args[0]))
raise Exception("Format Error: Day must be an integer between 1-31 or '??' for wildcard.")
else:
self.day = args[0]
Expand Down

0 comments on commit 3a1e542

Please sign in to comment.