Remove console print.

This commit is contained in:
yukirij 2024-10-05 13:04:39 -07:00
parent 9d65579fd9
commit 97619b532e

View File

@ -599,7 +599,6 @@ const SCENES = {
switch(code) {
case OpCode.SessionView: {
if(data.status == Status.Ok) {
console.log(this.turn);
LOAD(SCENES.Game, {
mode:this.mode,
token:this.token,