Skip to content

Commit 10e1f9d

Browse files
committed
Remove unnecessary comment
1 parent 083928c commit 10e1f9d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/codeflare_sdk/cluster/cluster.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,6 @@ def down(self):
148148
)
149149
except Exception as e:
150150
return _kube_api_error_handling(e)
151-
# elif "not found" in error_msg:
152-
# print("Cluster not found, have you run cluster.up() yet?")
153151

154152
def status(
155153
self, print_to_console: bool = True

0 commit comments

Comments
 (0)