dart-lang / webdev

A CLI for Dart web development.
https://pub.dev/packages/webdev
213 stars 71 forks source link

Remove accidentally committed `print` statements #2389

Closed elliette closed 3 months ago

elliette commented 3 months ago

Accidentally submitted print statements in https://github.com/dart-lang/webdev/pull/2371, this simply removes them.

Follow-up will be to add a lint that catches this.