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

Removed console.log

This commit is contained in:
Edward Badel 2021-09-02 22:34:56 -04:00
parent daee665dd5
commit d375d8fac4

View File

@ -42,7 +42,6 @@ export class GameLoadingOverlay {
*/ */
showBasic(gameModeId) { showBasic(gameModeId) {
assert(!this.element, "Loading overlay already visible, cant show again"); assert(!this.element, "Loading overlay already visible, cant show again");
console.log(gameModeId);
this.element = document.createElement("div"); this.element = document.createElement("div");
this.element.classList.add("gameLoadingOverlay"); this.element.classList.add("gameLoadingOverlay");
this.parent.appendChild(this.element); this.parent.appendChild(this.element);