mirror of
https://github.com/sshuttle/sshuttle.git
synced 2024-11-14 20:14:28 +01:00
Remove no-latency-control assertion
Remove an assertion that would fail when --no-latency-control is set.
This commit is contained in:
parent
ad83059da8
commit
f71704f54d
@ -215,7 +215,6 @@ def main():
|
||||
helpers.logprefix = ' s: '
|
||||
else:
|
||||
helpers.logprefix = 'server: '
|
||||
assert latency_control is not None
|
||||
debug1('latency control setting = %r\n' % latency_control)
|
||||
|
||||
routes = list(list_routes())
|
||||
|
Loading…
Reference in New Issue
Block a user