Skip to content

Commit c2c365e

Browse files
committed
reverting adding toString for debugging as is it pulled out into #131787
1 parent 7dca476 commit c2c365e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

server/src/main/java/org/elasticsearch/common/cache/RemovalNotification.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,4 @@ public V getValue() {
3737
public RemovalReason getRemovalReason() {
3838
return removalReason;
3939
}
40-
41-
@Override
42-
public String toString() {
43-
return "RemovalNotification{" + "key=" + key + ", value=" + value + ", removalReason=" + removalReason + '}';
44-
}
4540
}

0 commit comments

Comments
 (0)