disable debug warning
authorRalf Jung <post@ralfj.de>
Thu, 2 Aug 2012 14:55:34 +0000 (16:55 +0200)
committerRalf Jung <post@ralfj.de>
Thu, 2 Aug 2012 14:55:34 +0000 (16:55 +0200)
build_system.py

index 9802fc4b6c528edb23013878668896d4c1b816fd..253348e25e79559d13dc530cd4b3be0a0877ed3b 100644 (file)
@@ -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