Skip to content

Commit f71704f

Browse files
author
Nathan Aclander
committed
Remove no-latency-control assertion
Remove an assertion that would fail when --no-latency-control is set.
1 parent ad83059 commit f71704f

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)