diff skaapsteker/constants.py @ 618:72865593bdc7

Make DEBUG an environment variable.
author Jeremy Thurgood <firxen@gmail.com>
date Fri, 06 May 2011 15:20:25 +0200
parents c7c3f55554d4
children
line wrap: on
line diff
--- a/skaapsteker/constants.py	Wed May 04 01:33:49 2011 +0200
+++ b/skaapsteker/constants.py	Fri May 06 15:20:25 2011 +0200
@@ -9,7 +9,6 @@
 CHANNELS = 2   # 1 == mono, 2 == stereo
 BUFFER = 1024  # audio buffer size in no. of samples
 
-DEBUG = True
 
 EPSILON = 1e-10