Skip to content

Commit

Permalink
Remove debug trace from setDatabaseLite function
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaroran committed Dec 15, 2024
1 parent 9bdd354 commit 5caa480
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ts/storage/database.svelte.ts
Original file line number Diff line number Diff line change
Expand Up @@ -467,9 +467,6 @@ export function setDatabase(data:Database){
}

export function setDatabaseLite(data:Database){
if(import.meta.env.DEV){
console.trace('setDatabaseLite executed')
}
DBState.db = data
}

Expand Down

0 comments on commit 5caa480

Please sign in to comment.