removed commented code
This commit is contained in:
parent
cf27c18df7
commit
18d6cd7868
|
@ -314,10 +314,7 @@ class AirtimeApiClient(object):
|
||||||
# controller not to actually do any changes
|
# controller not to actually do any changes
|
||||||
if dry: md_list['dry'] = 1
|
if dry: md_list['dry'] = 1
|
||||||
self.logger.info("Pumping out %d requests..." % len(valid_actions))
|
self.logger.info("Pumping out %d requests..." % len(valid_actions))
|
||||||
#response = self.get_response_from_server(req)
|
return self.services.reload_metadata_group(_post_data=md_list)
|
||||||
#response = json.loads(response)
|
|
||||||
response = self.services.reload_metadata_group(_post_data=md_list)
|
|
||||||
return response
|
|
||||||
|
|
||||||
#returns a list of all db files for a given directory in JSON format:
|
#returns a list of all db files for a given directory in JSON format:
|
||||||
#{"files":["path/to/file1", "path/to/file2"]}
|
#{"files":["path/to/file1", "path/to/file2"]}
|
||||||
|
|
Loading…
Reference in New Issue