remove console log
This commit is contained in:
parent
0e891fc836
commit
554292509e
1 changed files with 0 additions and 1 deletions
1
index.ts
1
index.ts
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue