Remove invalid assert (#65623)

This commit is contained in:
Danny Tuppeny 2020-09-11 23:35:04 +01:00 committed by GitHub
parent e122238c7a
commit 92eb7945a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1251,7 +1251,6 @@ class AppRunLogger extends Logger {
bool multilineOutput = false,
int progressIndicatorPadding = kDefaultStatusPadding,
}) {
assert(timeout != null);
final int id = _nextProgressId++;
_sendProgressEvent(<String, dynamic>{