Remove unnecessarsy console.logs

This commit is contained in:
Tamius Han 2019-09-17 22:15:00 +02:00
parent 7454b278a4
commit 7d63245136

View File

@ -71,7 +71,6 @@ class PlayerData {
}
destroy() {
console.log("PLAYER DIMENSION — DSTROYING")
this.stopChangeDetection();
this.destroyOverlay();
}