Consume errors in time_bound_deferred

pull/77/head
Erik Johnston 2015-02-17 15:13:50 +00:00
parent 4de93001bf
commit 472734a8cc
1 changed files with 0 additions and 2 deletions

View File

@ -99,8 +99,6 @@ class Clock(object):
except:
pass
return res
given_deferred.addCallbacks(callback=sucess, errback=err)
timer = self.call_later(time_out, timed_out_fn)