techfort / LokiJS

javascript embeddable / in-memory database
http:/techfort.github.io/LokiJS
MIT License
6.73k stars 482 forks source link

Console log exportDatabase - begin in incremental-indexeddb-adapter.js:129 #823

Closed saschahofmann closed 4 years ago

saschahofmann commented 4 years ago

Hi, I am using the IncrementalIndexedDBAdapter via WatermelonDB. I get above logs every time I persist something, they're being created in incremental-indexeddb-adapter.js in line 129 and 130 .

     console.log("exportDatabase - begin");
      console.time("exportDatabase");

I could make a PR to delete them.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.