Skip to content

Commit 53f57ea

Browse files
committed
remove debug logging
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent 16adcc7 commit 53f57ea

File tree

1 file changed

+0
-13
lines changed
  • sample-operators/metrics-processing/src/test/java/io/javaoperatorsdk/operator/sample/metrics

1 file changed

+0
-13
lines changed

sample-operators/metrics-processing/src/test/java/io/javaoperatorsdk/operator/sample/metrics/MetricsHandlingE2E.java

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -121,19 +121,6 @@ private LocalPortForward portForward(String labelKey, String labelValue, int por
121121
}
122122

123123
private Optional<Pod> findReadyPod(String labelKey, String labelValue) {
124-
if (log.isDebugEnabled()) {
125-
log.debug(
126-
"Pods with label selectors '{}={}': {}",
127-
labelKey,
128-
labelValue,
129-
client
130-
.pods()
131-
.inNamespace(OBSERVABILITY_NAMESPACE)
132-
.withLabel(labelKey, labelValue)
133-
.list()
134-
.getItems());
135-
}
136-
137124
return client
138125
.pods()
139126
.inNamespace(OBSERVABILITY_NAMESPACE)

0 commit comments

Comments
 (0)