# HG changeset patch # User Stefano Rivera # Date 1302396820 -7200 # Node ID 11d8b6b407e5b956c4025f6e6b4b973a8dffe2b8 # Parent 82a49e9d91f955a054aac763ac00cd489137bec3 Turn off debug diff -r 82a49e9d91f9 -r 11d8b6b407e5 skaapsteker/constants.py --- a/skaapsteker/constants.py Sun Apr 10 02:47:50 2011 +0200 +++ b/skaapsteker/constants.py Sun Apr 10 02:53:40 2011 +0200 @@ -9,7 +9,7 @@ CHANNELS = 2 # 1 == mono, 2 == stereo BUFFER = 1024 # audio buffer size in no. of samples -DEBUG = True +DEBUG = False EPSILON = 1e-10