1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00

Removed Console Logs

This commit is contained in:
Edward Badel 2021-06-27 01:27:51 -04:00
parent 090f38e533
commit ca8920977e

View File

@ -61,7 +61,7 @@ function PRIsTranslation(link) {
console.log("GITHUB HAS RATE-LIMITED THIS MACHINE, PLEASE WAIT ABOUT AN HOUR");
throw new Error("rate-limit reached");
}
console.log(res);
for (let file of res) {
if (!file.filename.startsWith("translations/")) return false;
}