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:
parent
daee665dd5
commit
d375d8fac4
@ -42,7 +42,6 @@ export class GameLoadingOverlay {
|
||||
*/
|
||||
showBasic(gameModeId) {
|
||||
assert(!this.element, "Loading overlay already visible, cant show again");
|
||||
console.log(gameModeId);
|
||||
this.element = document.createElement("div");
|
||||
this.element.classList.add("gameLoadingOverlay");
|
||||
this.parent.appendChild(this.element);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user