Skip to content

Commit c719b19

Browse files
authored
Remove debugging print statement (#471)
Presumably this snuck in my accident -- it logs a lot to the console when launching pods, and potentially sensitive data that probably shouldn't be logged by default.
1 parent 58bf7b3 commit c719b19

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

runpod/api/ctl_commands.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,6 @@ def create_pod(
212212
)
213213
)
214214

215-
print(f"raw_response: {raw_response}")
216-
217215
if gpu_type_id is not None:
218216
cleaned_response = raw_response["data"]["podFindAndDeployOnDemand"]
219217
else:

0 commit comments

Comments
 (0)