isar / hive

Lightweight and blazing fast key-value database written in pure Dart.
Apache License 2.0
4.11k stars 410 forks source link

Prints in production #1315

Open xaoo opened 1 month ago

xaoo commented 1 month ago

Hi, I've noticed that I get a printed message every time I open a box an read from it:

That can look like this image

Not sure if this is intended, or if it can be turned off.

The code line responsible seems to be within this file src\backend\js\native\backend_manager.dart

And the actual code: print('Got object store $objectStoreName in database $databaseName.');

Can I disable this in production code? Thank you