changeset 572:11d8b6b407e5 pyweek12 0.1

Turn off debug
author Stefano Rivera <stefano@rivera.za.net>
date Sun, 10 Apr 2011 02:53:40 +0200
parents 82a49e9d91f9
children d350f124b67d
files skaapsteker/constants.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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