CC-2795: Give option to set download flag of recorded shows uploaded

to Soundcloud by default

- removed debugging code
This commit is contained in:
James 2011-10-04 17:27:57 -04:00
parent 2786d40db8
commit 6e25ae5abf
1 changed files with 0 additions and 1 deletions

View File

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