Commit d04b109a authored by limingzhe's avatar limingzhe

fix: debug

parent 9401dcda
...@@ -140,7 +140,9 @@ export default class NewClass extends middleLayerBase { ...@@ -140,7 +140,9 @@ export default class NewClass extends middleLayerBase {
console.log(' in exitGame data: ', data); console.log(' in exitGame data: ', data);
console.log(' this.token: ', this.token); console.log(' this.token: ', this.token);
cc.game.removePersistRootNode(this.node); // if (this.node) {
// cc.game.removePersistRootNode(this.node);
// }
// if (this.token && data) { // if (this.token && data) {
// console.log('data str: ', JSON.stringify(data)); // console.log('data str: ', JSON.stringify(data));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment