Skip to content

Commit 8d40bf8

Browse files
committed
Remove unnecessary comment
1 parent d9f67aa commit 8d40bf8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

-2
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,6 @@ def down(self):
146146
)
147147
except Exception as e:
148148
return _kube_api_error_handling(e)
149-
# elif "not found" in error_msg:
150-
# print("Cluster not found, have you run cluster.up() yet?")
151149

152150
def status(
153151
self, print_to_console: bool = True

0 commit comments

Comments
 (0)