Skip to content

Commit

Permalink
Remove unnecessary prints in mail.py
Browse files Browse the repository at this point in the history
patch by fgsch
fixes buildbot#793
  • Loading branch information
Dustin J. Mitchell committed May 7, 2010
1 parent cec2bf6 commit 548e259
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions buildbot/status/mail.py
Expand Up @@ -346,10 +346,6 @@ def buildFinished(self, name, build, results):
if self.mode == "change":
prev = build.getPreviousBuild()
if not prev or prev.getResults() == results:
if prev:
print prev.getResults()
else:
print "no prev"
return
# for testing purposes, buildMessage returns a Deferred that fires
# when the mail has been sent. To help unit tests, we return that
Expand Down

0 comments on commit 548e259

Please sign in to comment.