Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Aug 27, 2015
1 parent b0482de commit c3fa884
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion master/buildbot/test/unit/test_status_master.py
Expand Up @@ -138,5 +138,4 @@ class W(object):
self.assertTrue(watcher.changeAdded.called)
args, kwargs = watcher.changeAdded.call_args
self.assertEqual(args[0]['m'], status.master)
print args
self.assertEqual(args[0]['c']['changeid'], 13)

0 comments on commit c3fa884

Please sign in to comment.