Showing
1 changed file
with
0 additions
and
1 deletions
@@ -14,7 +14,6 @@ const bundleModel = require(`${mRoot}/bundle`); | @@ -14,7 +14,6 @@ const bundleModel = require(`${mRoot}/bundle`); | ||
14 | */ | 14 | */ |
15 | exports.detail = (req, res, next) => { | 15 | exports.detail = (req, res, next) => { |
16 | bundleModel.detail(req.query).then(result => { | 16 | bundleModel.detail(req.query).then(result => { |
17 | - console.log(result); | ||
18 | res.render('bundle/detail', Object.assign({ | 17 | res.render('bundle/detail', Object.assign({ |
19 | module: 'product', | 18 | module: 'product', |
20 | page: 'bundle', | 19 | page: 'bundle', |
-
Please register or login to post a comment