Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit 017a6bf

Browse files
author
hideki
committed
remove commented out line of code
1 parent eebf88d commit 017a6bf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/com/couchbase/lite/store/ForestDBStore.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ public long getLastSequence() {
256256

257257
@Override
258258
public boolean inTransaction() {
259-
//return forest.isInTransaction();
260259
return transactionLevel4Thread.get() > 0;
261260
}
262261

0 commit comments

Comments
 (0)