commit | c4ae662ca787a86ddde9e565d0bb98db1261bbf6 | [log] [tgz] |
---|---|---|
author | Nicholas Shahan <nshahan@google.com> | Fri Jan 07 16:19:08 2022 -0800 |
committer | Nicholas Shahan <nshahan@google.com> | Fri Jan 07 16:19:08 2022 -0800 |
tree | 2858231095615ddfab7398cd102722e2ed698846 | |
parent | 40f826520a3b5ba3ba72f0864572a49410174c88 [diff] |
Remove dead code for reading events from console The `'dart.developer.registerExtension'` and `'dart.developer.postEvent'` events from the chrome console. These messages haven't been written to the console since dwds v11.1.0 and Dart SDK v2.14.0. Fixes: https://github.com/dart-lang/webdev/issues/1342