Skip to content

Commit 74cc866

Browse files
remove print of auth header
Signed-off-by: Kevin <[email protected]>
1 parent a53fc1e commit 74cc866

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/codeflare_sdk/cluster/cluster.py

-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ def job_client(self):
8989
if self._job_submission_client:
9090
return self._job_submission_client
9191
if is_openshift_cluster():
92-
print(k8client.configuration.get_api_key_with_prefix("authorization"))
9392
self._job_submission_client = JobSubmissionClient(
9493
self.cluster_dashboard_uri(),
9594
headers=self._client_headers,

0 commit comments

Comments
 (0)