We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: