Skip to content

Commit 24149bc

Browse files
committed
Remove warning
1 parent 5933064 commit 24149bc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

store.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ class Store {
105105
if (context) {
106106
this.context = context
107107
} else {
108-
console.log('no context supplied, creating our own local storage context')
109108
this.context = new AsyncLocalStorage()
110109
}
111110
}

0 commit comments

Comments
 (0)