Open xaoo opened 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
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
src\backend\js\native\backend_manager.dart
And the actual code: print('Got object store $objectStoreName in database $databaseName.');
print('Got object store $objectStoreName in database $databaseName.');
Can I disable this in production code? Thank you
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
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