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