@@ -100,7 +100,7 @@ class Content(Resource):
if self.url in data.get('url', ''):
result = data
result['path'] = file_dir
- print(result['path'])
+ #print(result['path'])
yield result
def _get_contents(self):