Unverified Commit 92eb7945 authored by Danny Tuppeny's avatar Danny Tuppeny Committed by GitHub

Remove invalid assert (#65623)

parent e122238c
......@@ -1251,7 +1251,6 @@ class AppRunLogger extends Logger {
bool multilineOutput = false,
int progressIndicatorPadding = kDefaultStatusPadding,
}) {
assert(timeout != null);
final int id = _nextProgressId++;
_sendProgressEvent(<String, dynamic>{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment