commit 6b5c4161d00c7cdf1db343464adf5da5f8457d46 Author: Damian Johnson atagar@torproject.org Date: Sun May 10 19:41:59 2015 -0700
Drop debugging print statement
Oops, one slipped in. --- stem/control.py | 1 - 1 file changed, 1 deletion(-)
diff --git a/stem/control.py b/stem/control.py index 39fc3c9..fc86909 100644 --- a/stem/control.py +++ b/stem/control.py @@ -2635,7 +2635,6 @@ class Controller(BaseController):
if await_publication: def hs_desc_listener(event): - print event hs_desc_queue.put(event)
self.add_event_listener(hs_desc_listener, EventType.HS_DESC)
tor-commits@lists.torproject.org