We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99d2d9f commit 8673df9Copy full SHA for 8673df9
1 file changed
store.js
@@ -155,11 +155,9 @@ class Store {
155
const result = f()
156
if (ownTxn) {
157
if (readonly) {
158
- console.log('aborting txn')
159
this.txn.abort()
160
}
161
else {
162
- console.log('committing txn')
163
this.txn.commit()
164
165
@@ -185,11 +183,9 @@ class Store {
185
183
const result = await f()
186
184
187
188
189
190
191
192
193
194
195
@@ -254,4 +250,4 @@ class Store {
254
250
255
251
256
252
257
-module.exports = { Store, asBinary }
253
+module.exports = { Store, asBinary }
0 commit comments