jhbuild r2274 - trunk/jhbuild/buildbot/status/web
- From: fpeters svn gnome org
- To: svn-commits-list gnome org
- Subject: jhbuild r2274 - trunk/jhbuild/buildbot/status/web
- Date: Sun, 17 Aug 2008 16:30:06 +0000 (UTC)
Author: fpeters
Date: Sun Aug 17 16:30:03 2008
New Revision: 2274
URL: http://svn.gnome.org/viewvc/jhbuild?rev=2274&view=rev
Log:
removed debugging statement
Modified:
trunk/jhbuild/buildbot/status/web/__init__.py
Modified: trunk/jhbuild/buildbot/status/web/__init__.py
==============================================================================
--- trunk/jhbuild/buildbot/status/web/__init__.py (original)
+++ trunk/jhbuild/buildbot/status/web/__init__.py Sun Aug 17 16:30:03 2008
@@ -119,7 +119,6 @@
if last_build:
# use a different class/label if make check failed
steps = last_build.getSteps()
- print 'XXX:', [x.__dict__ for x in steps]
if steps and steps[-1].results == WARNINGS:
# make check failed
class_ = 'failedchecks'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]