media-kit / media-kit

A cross-platform video player & audio player for Flutter & Dart.
https://github.com/media-kit/media-kit
MIT License
937 stars 140 forks source link

do not log plugin registration in stdout #825

Open ndusart opened 1 month ago

ndusart commented 1 month ago

For a flutter desktop application, I need to be able to just return some information on the standard output when some flags are passed from the CLI and exit the application.

All works fine except that media_kit plugin prints a string to the stdout when it is registered.

This PR just removes these prints.