Skip to content

Commit

Permalink
Remove unecessary log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
paulnagle committed Feb 6, 2024
1 parent 640b213 commit 4e3959c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/services/storage.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export class StorageService {

async init() {
const storage = await this.storage.create();
console.log("[StorageService] Creating storage");
this._storage = storage;
}

Expand Down

0 comments on commit 4e3959c

Please sign in to comment.