summaryrefslogtreecommitdiff
path: root/distbuild/mainloop.py
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2015-03-27 15:07:24 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2015-03-27 15:07:24 +0000
commitb94b67da0b63263babf845afa2d6f365e4f9cc15 (patch)
tree387f338757d0419a00bffd55fcb648ba54807413 /distbuild/mainloop.py
parentbcd9268c0c7160ae6af5eef727f0c7faaf866ee4 (diff)
downloadmorph-baserock/adamcoldrick/wip-distbuild-fixes.tar.gz
Change-Id: Idb57f1032e24847ba20cef30476bb6a0b438a896
Diffstat (limited to 'distbuild/mainloop.py')
-rw-r--r--distbuild/mainloop.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/distbuild/mainloop.py b/distbuild/mainloop.py
index d4aaf091..e7c0cc3b 100644
--- a/distbuild/mainloop.py
+++ b/distbuild/mainloop.py
@@ -103,9 +103,7 @@ class MainLoop(object):
self.queue_event(event_source, event)
for event_source, event in self._dequeue_events():
- logging.debug('-----')
for machine in self._machines[:]:
- logging.debug('SOTK-DEBUGS: %s' % machine)
for new_event in machine.handle_event(event_source, event):
self.queue_event(event_source, new_event)
if machine.state is None: