From 0536849bda8a28c85c736ab4abb7a70081f49204 Mon Sep 17 00:00:00 2001 From: Kevin Date: Wed, 17 Apr 2024 10:55:13 -0400 Subject: [PATCH] remove print of auth header Signed-off-by: Kevin --- src/codeflare_sdk/cluster/cluster.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/codeflare_sdk/cluster/cluster.py b/src/codeflare_sdk/cluster/cluster.py index d6cf12f5d..24cbf9a71 100644 --- a/src/codeflare_sdk/cluster/cluster.py +++ b/src/codeflare_sdk/cluster/cluster.py @@ -89,7 +89,6 @@ def job_client(self): if self._job_submission_client: return self._job_submission_client if is_openshift_cluster(): - print(k8client.configuration.get_api_key_with_prefix("authorization")) self._job_submission_client = JobSubmissionClient( self.cluster_dashboard_uri(), headers=self._client_headers,