Removed console.log()
This commit is contained in:
parent
a850629661
commit
b7f909ba09
1 changed files with 0 additions and 1 deletions
|
@ -110,7 +110,6 @@ class Pictures {
|
||||||
vegetableId: req.params.vegetablesId
|
vegetableId: req.params.vegetablesId
|
||||||
})
|
})
|
||||||
.then(item => {
|
.then(item => {
|
||||||
console.log('ici')
|
|
||||||
callback(null, item)
|
callback(null, item)
|
||||||
})
|
})
|
||||||
.catch(e => {
|
.catch(e => {
|
||||||
|
|
Loading…
Reference in a new issue