mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-21 04:01:27 +00:00
remove debug log statement
[ci skip]
This commit is contained in:
@@ -83,7 +83,6 @@ public class VaultStats {
|
||||
|
||||
// check for any I/O activity
|
||||
if (newAccessCount > oldAccessCount) {
|
||||
LOG.info("ACTIVITY!");
|
||||
lastActivity.set(Instant.now());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user