comment out unfinished function

at this point, it's just an idea
This commit is contained in:
Brian Warner 2016-05-27 18:47:14 -07:00
parent 5fe7d320ab
commit 00efdfa4e2

View File

@ -887,7 +887,7 @@ def wormhole(appid, relay_url, reactor, tor_manager=None, timing=None):
w._start()
return w
def wormhole_from_serialized(data, reactor, timing=None):
timing = timing or DebugTiming()
w = _Wormhole.from_serialized(data, reactor, timing)
return w
#def wormhole_from_serialized(data, reactor, timing=None):
# timing = timing or DebugTiming()
# w = _Wormhole.from_serialized(data, reactor, timing)
# return w