Skip to content

Commit 3cf5002

Browse files
committed
Merge pull request apenwarr#19 from naclander/patch-1
Remove no-latency-control assertion
2 parents ad83059 + f71704f commit 3cf5002

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/server.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ def main():
215215
helpers.logprefix = ' s: '
216216
else:
217217
helpers.logprefix = 'server: '
218-
assert latency_control is not None
219218
debug1('latency control setting = %r\n' % latency_control)
220219

221220
routes = list(list_routes())

0 commit comments

Comments
 (0)