Skip to content

Commit

Permalink
remove incorrect debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Vander Stichele committed Sep 5, 2012
1 parent 12dc162 commit 385446b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions command/tcommand.py
Expand Up @@ -45,8 +45,6 @@ def do(self, args):
self.installReactor()

d = self.doLater(args)
if isinstance(d, defer.Deferred):
self.debug('doLater returns a deferred, install reactor')

return d

Expand Down

0 comments on commit 385446b

Please sign in to comment.