remove this log

This commit is contained in:
dervperson 2025-01-31 23:49:27 -05:00
parent 7573655ed0
commit d64df9ad78

View file

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