From 7cde77c6c67807ddc5bc0b32b9955d632fb5f15f Mon Sep 17 00:00:00 2001 From: Harry Brundage Date: Thu, 11 Dec 2025 16:00:46 -0500 Subject: [PATCH] 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. --- runpod/api/ctl_commands.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/runpod/api/ctl_commands.py b/runpod/api/ctl_commands.py index b90c6b90..df5500d0 100644 --- a/runpod/api/ctl_commands.py +++ b/runpod/api/ctl_commands.py @@ -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: