Remove console print.
This commit is contained in:
parent
9d65579fd9
commit
97619b532e
@ -599,7 +599,6 @@ const SCENES = {
|
|||||||
switch(code) {
|
switch(code) {
|
||||||
case OpCode.SessionView: {
|
case OpCode.SessionView: {
|
||||||
if(data.status == Status.Ok) {
|
if(data.status == Status.Ok) {
|
||||||
console.log(this.turn);
|
|
||||||
LOAD(SCENES.Game, {
|
LOAD(SCENES.Game, {
|
||||||
mode:this.mode,
|
mode:this.mode,
|
||||||
token:this.token,
|
token:this.token,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user