removed unnecessary json parse

This commit is contained in:
Rudi Grinberg 2012-10-30 17:18:06 -04:00
parent 41839ed872
commit c7e1902aa2
1 changed files with 0 additions and 1 deletions

View File

@ -532,7 +532,6 @@ class AirtimeApiClient(object):
all_files = u"1" if all_files else u"0"
response = self.services.list_all_db_files(dir_id=dir_id,
all=all_files)
response = json.loads(response)
except Exception, e:
response = {}
logger.error("Exception: %s", e)