yukyo0821 3 lat temu
rodzic
commit
7d2a22f7c9
1 zmienionych plików z 1 dodań i 1 usunięć
  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):