mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
In production I added an early return. I don't bother to log in production since no one is looking at the log anyway. Unfortunately this currently only fires when using a debug build we should fix our Release build to have a checked-mode option or consider hacks like having all localhost urls enable checked mode, etc. R=ianh@google.com, rafaelw@chromium.org BUG= Review URL: https://codereview.chromium.org/983973005