Skip to content

Commit 44db37a

Browse files
committed
Remove unnecessary comment
1 parent c165de2 commit 44db37a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/codeflare_sdk/cluster/cluster.py

-2
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,6 @@ def down(self):
144144
)
145145
except Exception as e:
146146
return _kube_api_error_handling(e)
147-
# elif "not found" in error_msg:
148-
# print("Cluster not found, have you run cluster.up() yet?")
149147

150148
def status(
151149
self, print_to_console: bool = True

0 commit comments

Comments
 (0)