Remove no-latency-control assertion

Remove an assertion that would fail when --no-latency-control is set.
This commit is contained in:
Nathan Aclander 2015-09-15 19:30:34 -07:00
parent ad83059da8
commit f71704f54d

View File

@ -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())