Skip to content

Commit

Permalink
Remove outdated comment (#126927)
Browse files Browse the repository at this point in the history
Follow-up to #126647 (comment).
  • Loading branch information
goderbauer committed May 16, 2023
1 parent 130944e commit 1ca183d
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 1ca183d

Please sign in to comment.