mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
Get rid of stray print().
This commit is contained in:
parent
a0ff941fff
commit
02b4ec8101
@ -325,7 +325,6 @@ class NoNetworkGrid(service.MultiService):
|
||||
d.addCallback(lambda c: self.clients.append(c))
|
||||
|
||||
def _bad(f):
|
||||
print(f)
|
||||
self._setup_errors.append(f)
|
||||
d.addErrback(_bad)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user