Showing
1 changed file
with
0 additions
and
1 deletions
@@ -11,7 +11,6 @@ const helpers = global.yoho.helpers; | @@ -11,7 +11,6 @@ const helpers = global.yoho.helpers; | ||
11 | 11 | ||
12 | const index = (req, res) => { | 12 | const index = (req, res) => { |
13 | 13 | ||
14 | - console.log(999999999999); | ||
15 | let contentCode = req.query.content_code || ''; | 14 | let contentCode = req.query.content_code || ''; |
16 | let width = req.query.width || ''; | 15 | let width = req.query.width || ''; |
17 | let height = req.query.height || ''; | 16 | let height = req.query.height || ''; |
-
Please register or login to post a comment