Skip to content

Commit 19820a7

Browse files
goderbauerCasey Hillers
authored andcommitted
Remove outdated comment (flutter#126927)
Follow-up to flutter#126647 (comment).
1 parent 90ca6f0 commit 19820a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter/lib/src/foundation/assertions.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@ class FlutterError extends Error with DiagnosticableTreeMixin implements Asserti
10091009
isInDebugMode = true;
10101010
return true;
10111011
}());
1012-
final bool reportError = isInDebugMode || !details.silent; // could be null
1012+
final bool reportError = isInDebugMode || !details.silent;
10131013
if (!reportError && !forceReport) {
10141014
return;
10151015
}

0 commit comments

Comments
 (0)