Skip to content

Commit

Permalink
Remove no-latency-control assertion
Browse files Browse the repository at this point in the history
Remove an assertion that would fail when --no-latency-control is set.
  • Loading branch information
Nathan Aclander committed Sep 16, 2015
1 parent ad83059 commit f71704f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server.py
Expand Up @@ -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())
Expand Down

0 comments on commit f71704f

Please sign in to comment.