remove a console.log

Este commit está contenido en:
ry 2020-01-18 17:09:08 +01:00
padre afbde77edc
commit 37a08314ea
Se han modificado 1 ficheros con 0 adiciones y 1 borrados

Ver fichero

@ -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({