Skip to content

Commit

Permalink
Merge pull request #60 from mlaw-/user/michaellaw/fix-logging
Browse files Browse the repository at this point in the history
Remove unnecessary db upgrade log
  • Loading branch information
eliranek1 committed Aug 19, 2024
2 parents 1e3835f + 04afa9a commit ea03a97
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/objectstoreprovider",
"version": "0.6.45",
"version": "0.6.46",
"description": "A cross-browser object store library",
"author": "Mukundan Kavanur Kidambi <[email protected]>",
"scripts": {
Expand Down
2 changes: 0 additions & 2 deletions src/IndexedDbProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,6 @@ export class IndexedDbProvider extends DbProvider {

if (needsMigrate) {
this.logWriter.log(`schema changes require rebuilding indices`);
} else {
this.logWriter.log(`Creating stores as part of upgrade process`);
}
});

Expand Down

0 comments on commit ea03a97

Please sign in to comment.