Skip to content

Commit

Permalink
Remove leftover log statement (#2638)
Browse files Browse the repository at this point in the history
  • Loading branch information
apmoriarty authored Nov 22, 2024
1 parent 6de9e50 commit 8486bd1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ protected Callable<Boolean> createTimedCallable(final Iterator<Entry<Key,Value>>

Key k = entry.getKey();

log.info("tk: " + k.toStringNoTime());
if (log.isTraceEnabled()) {
log.trace("Forward Index entry: " + entry.getKey());
}
Expand Down

0 comments on commit 8486bd1

Please sign in to comment.