api: remove useless line

This commit is contained in:
Denis Bilenko
2009-06-24 14:00:40 +07:00
parent 693a91622a
commit 14d3192336

View File

@@ -425,7 +425,6 @@ def exc_after(seconds, *throw_args):
else:
timer.cancel()
"""
hub = get_hub()
return call_after(seconds, getcurrent().throw, *throw_args)