diff --git a/middleware/Pictures.js b/middleware/Pictures.js index 8caf0e4..f17e481 100644 --- a/middleware/Pictures.js +++ b/middleware/Pictures.js @@ -110,7 +110,6 @@ class Pictures { vegetableId: req.params.vegetablesId }) .then(item => { - console.log('ici') callback(null, item) }) .catch(e => {