Skip to content

Commit 1ca183d

Browse files
authored
Remove outdated comment (#126927)
Follow-up to flutter/flutter#126647 (comment).
1 parent 130944e commit 1ca183d

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)