Unverified Commit 1ca183d5 authored by Michael Goderbauer's avatar Michael Goderbauer Committed by GitHub

Remove outdated comment (#126927)

Follow-up to https://github.com/flutter/flutter/pull/126647#discussion_r1195417860.
parent 130944e7
...@@ -1009,7 +1009,7 @@ class FlutterError extends Error with DiagnosticableTreeMixin implements Asserti ...@@ -1009,7 +1009,7 @@ class FlutterError extends Error with DiagnosticableTreeMixin implements Asserti
isInDebugMode = true; isInDebugMode = true;
return true; return true;
}()); }());
final bool reportError = isInDebugMode || !details.silent; // could be null final bool reportError = isInDebugMode || !details.silent;
if (!reportError && !forceReport) { if (!reportError && !forceReport) {
return; return;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment