We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a53fc1e commit 74cc866Copy full SHA for 74cc866
src/codeflare_sdk/cluster/cluster.py
@@ -89,7 +89,6 @@ def job_client(self):
89
if self._job_submission_client:
90
return self._job_submission_client
91
if is_openshift_cluster():
92
- print(k8client.configuration.get_api_key_with_prefix("authorization"))
93
self._job_submission_client = JobSubmissionClient(
94
self.cluster_dashboard_uri(),
95
headers=self._client_headers,
0 commit comments