From 6e25ae5abf7d25e39283b9f85430e1a5205d7f19 Mon Sep 17 00:00:00 2001
From: James <james@sourcefabric-DX4840.(none)>
Date: Tue, 4 Oct 2011 17:27:57 -0400
Subject: [PATCH] CC-2795: Give option to set download flag of recorded shows
 uploaded to Soundcloud by default

- removed debugging code
---
 python_apps/api_clients/api_client.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/python_apps/api_clients/api_client.py b/python_apps/api_clients/api_client.py
index 2d6df7fa8..da05e3e53 100755
--- a/python_apps/api_clients/api_client.py
+++ b/python_apps/api_clients/api_client.py
@@ -363,7 +363,6 @@ class AirTimeApiClient(ApiClientInterface):
 
         logger.debug(url)
         url = url.replace("%%api_key%%", self.config["api_key"])
-        logger.debug(url)
 
         for i in range(0, retries):
             logger.debug("Upload attempt: %s", i+1)