Skip to content

Commit ae70ffd

Browse files
committed
Remove unnecessary comment
1 parent 8a01fc6 commit ae70ffd

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
@@ -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)