Skip to content

Commit

Permalink
Remove outdated comment (flutter#126927)
Browse files Browse the repository at this point in the history
  • Loading branch information
goderbauer authored and Casey Hillers committed May 24, 2023
1 parent 90ca6f0 commit 19820a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/flutter/lib/src/foundation/assertions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@ class FlutterError extends Error with DiagnosticableTreeMixin implements Asserti
isInDebugMode = true;
return true;
}());
final bool reportError = isInDebugMode || !details.silent; // could be null
final bool reportError = isInDebugMode || !details.silent;
if (!reportError && !forceReport) {
return;
}
Expand Down

0 comments on commit 19820a7

Please sign in to comment.