remove a console.log

This commit is contained in:
ry 2020-01-18 17:09:08 +01:00
vanhempi afbde77edc
commit 37a08314ea
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa

Näytä tiedosto

@ -34,7 +34,6 @@ api.get('/ints/:kind/:user1?/:user2?', (req, res) => {
api.get(['/SourceFynnder', '/sourcefynnder', '/sauce'], async (req, res) => {
let REPLY;
let URLS = req.headers.images || req.query.images.split(',')
console.log(URLS)
await utils.SourceFynnder.APIFind(URLS).then(r => {
console.log(r)
res.status(200).jsonp({