remove this log
This commit is contained in:
parent
7573655ed0
commit
d64df9ad78
1 changed files with 0 additions and 1 deletions
1
site.js
1
site.js
|
@ -96,7 +96,6 @@ async function siteCollector(user, path, site, useLimit, dat) {
|
||||||
|
|
||||||
if (site == 'darflen') {
|
if (site == 'darflen') {
|
||||||
p = `https://api.darflen.com/users/${user}/${path}/${i}`;
|
p = `https://api.darflen.com/users/${user}/${path}/${i}`;
|
||||||
console.log(p)
|
|
||||||
} else if (site == 'scratch') {
|
} else if (site == 'scratch') {
|
||||||
p = `https://api.scratch.mit.edu/users/${user}/${path}/?limit=40&offset=${i * 40}`;
|
p = `https://api.scratch.mit.edu/users/${user}/${path}/?limit=40&offset=${i * 40}`;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue