Skip to content

Commit

Permalink
Merge pull request #19 from naclander/patch-1
Browse files Browse the repository at this point in the history
Remove no-latency-control assertion
  • Loading branch information
brianmay committed Sep 16, 2015
2 parents ad83059 + f71704f commit 3cf5002
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server.py
Original file line number Diff line number Diff line change
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 3cf5002

Please sign in to comment.