From b8aac8874a06585af775b9df06232137cab335dd Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Mon, 11 Jan 2010 10:10:19 +0000 Subject: [PATCH] Disable DEBUG for now --- terminatorlib/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminatorlib/util.py b/terminatorlib/util.py index 920bd997..971e8c55 100755 --- a/terminatorlib/util.py +++ b/terminatorlib/util.py @@ -22,7 +22,7 @@ import os import pwd # set this to true to enable debugging output -DEBUG = True +DEBUG = False def dbg(log = ""): """Print a message if debugging is enabled"""