1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-13 10:11:50 +00:00

remove console log

This commit is contained in:
Edward Badel 2022-01-28 09:34:28 -05:00
parent 6aa36d3f89
commit e8cb7b105f

View File

@ -86,7 +86,6 @@ export class ModLoader {
}); });
window.shapez = exports; window.shapez = exports;
console.log(shapez);
} }
} }