From fd2e5a03acd78fd20b4108f22ca2442709dfcaac Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 27 Nov 2009 16:10:22 +0100 Subject: [PATCH] [buildbot] remove debugging output --- jhbuild/commands/bot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/jhbuild/commands/bot.py b/jhbuild/commands/bot.py index db3de5b7..42c3ed26 100644 --- a/jhbuild/commands/bot.py +++ b/jhbuild/commands/bot.py @@ -310,7 +310,6 @@ class cmd_bot(Command): try: value = cfg.find(attribute).text except AttributeError: - print 'FAILED 1' continue if attr_name in ('max_builds', 'missing_timeout'): # int value -- 2.11.4.GIT