diff --git a/wittyPy/wittyPy.py b/wittyPy/wittyPy.py index cdaab3a..38d64aa 100644 --- a/wittyPy/wittyPy.py +++ b/wittyPy/wittyPy.py @@ -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]