From d4ddc3007120c1ecfbee87d59d099e6f1abe9cb4 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Thu, 2 Aug 2012 16:55:34 +0200 Subject: [PATCH] disable debug warning --- build_system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_system.py b/build_system.py index 9802fc4..253348e 100644 --- a/build_system.py +++ b/build_system.py @@ -74,5 +74,5 @@ try: subprocess.check_call(['sudo', 'dpkg', '--install'] + files) except ImportError: - print "auto_debuild not found, disabling auto-debuild system" + #print "auto_debuild not found, disabling auto-debuild system" pass -- 2.30.2