remove debug log statement

[ci skip]
This commit is contained in:
Sebastian Stenzel
2021-06-02 16:10:42 +02:00
parent 751a6079c3
commit 820f7989d0

View File

@@ -83,7 +83,6 @@ public class VaultStats {
// check for any I/O activity
if (newAccessCount > oldAccessCount) {
LOG.info("ACTIVITY!");
lastActivity.set(Instant.now());
}
}