From 841f207087df5c652d05ced781adff5d02bb9fe0 Mon Sep 17 00:00:00 2001 From: mpeddada1 Date: Fri, 21 Jun 2024 04:00:00 +0000 Subject: [PATCH] undo debugging logs --- .../java/com/google/cloud/tools/jib/registry/LocalRegistry.java | 1 - 1 file changed, 1 deletion(-) diff --git a/jib-core/src/integration-test/java/com/google/cloud/tools/jib/registry/LocalRegistry.java b/jib-core/src/integration-test/java/com/google/cloud/tools/jib/registry/LocalRegistry.java index cda1bc75c3..c6cb6a16c8 100644 --- a/jib-core/src/integration-test/java/com/google/cloud/tools/jib/registry/LocalRegistry.java +++ b/jib-core/src/integration-test/java/com/google/cloud/tools/jib/registry/LocalRegistry.java @@ -65,7 +65,6 @@ protected void before() throws IOException, InterruptedException { @Override protected void after() { - System.out.println("tear down"); stop(); }