remove console log

This commit is contained in:
Lio Young 2021-04-07 17:06:07 +02:00
parent 0e891fc836
commit 554292509e
No known key found for this signature in database
GPG key ID: 789795A11879E169

View file

@ -18,7 +18,6 @@ export default class Sourcefinder {
for (const Index in Links) {
let ImageURL = Links[Index]
let ImageHash = ImageURL.split(consts.md5)[2]
console.log(this.useragent)
let { data } = await axios.get(`${consts.search_url}${ImageHash}`,
{
headers: {