remove a console.log
This commit is contained in:
parent
afbde77edc
commit
37a08314ea
1 changed files with 0 additions and 1 deletions
|
@ -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({
|
||||
|
|
Loading…
Reference in a new issue