Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove debugging print statement
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.
  • Loading branch information
airhorns committed Dec 11, 2025
commit 7cde77c6c67807ddc5bc0b32b9955d632fb5f15f
2 changes: 0 additions & 2 deletions runpod/api/ctl_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,6 @@ def create_pod(
)
)

print(f"raw_response: {raw_response}")

if gpu_type_id is not None:
cleaned_response = raw_response["data"]["podFindAndDeployOnDemand"]
else:
Expand Down
Loading