From 0ac48ce07578c73ceeab4d7b88f5cfd4247784f8 Mon Sep 17 00:00:00 2001 From: Matt Conway Date: Mon, 27 Mar 2023 10:18:45 -0400 Subject: [PATCH] remove debug statement --- spec/kubetruth/ctapi_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/kubetruth/ctapi_spec.rb b/spec/kubetruth/ctapi_spec.rb index 93bcbd1..be6dadd 100644 --- a/spec/kubetruth/ctapi_spec.rb +++ b/spec/kubetruth/ctapi_spec.rb @@ -158,7 +158,6 @@ def create_project_fixture secrets = params.find {|p| p.secret } expect(secrets.size).to_not eq(0) expect(Logging.contents).to include("") - puts Logging.contents expect(Logging.contents).to_not include("defaultthree") end