Skip to content

Commit

Permalink
disable debugging by default
Browse files Browse the repository at this point in the history
  • Loading branch information
nooodl committed Dec 27, 2013
1 parent dc2488d commit 251681d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gs2.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

Block = namedtuple('Block', 'code')

DEBUG = True
DEBUG = False

def log(x):
if not DEBUG: return
Expand Down

0 comments on commit 251681d

Please sign in to comment.