Browse Source

211002 fix

yukyo0821 3 years ago
parent
commit
7d2a22f7c9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      models/contents/routes.py

+ 1 - 1
models/contents/routes.py

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