We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7a6498 + d265fb1 commit b33d914Copy full SHA for b33d914
1 file changed
core/sail/lmdb/src/main/java/org/eclipse/rdf4j/sail/lmdb/ValueStore.java
@@ -235,13 +235,8 @@ class ValueStore extends AbstractValueFactory {
235
return null;
236
});
237
238
- if (logger.isDebugEnabled()) {
239
- // trigger deletion of values marked for GC
240
- startTransaction(true);
241
- commit();
242
- // print current values in store
243
- logValues();
244
- }
+ startTransaction(true);
+ commit();
245
}
246
247
private void logValues() throws IOException {
0 commit comments