Removed console.log()

This commit is contained in:
dbroqua 2019-03-12 23:14:45 +01:00
parent a850629661
commit b7f909ba09

View File

@ -110,7 +110,6 @@ class Pictures {
vegetableId: req.params.vegetablesId
})
.then(item => {
console.log('ici')
callback(null, item)
})
.catch(e => {