Commit 0a4b07ae authored by limingzhe's avatar limingzhe

fix: console log

parent aa313722
......@@ -267,7 +267,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
}
}catch(e){
cc.error(e)
console.log(e)
}
};
......@@ -291,7 +291,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
};
} catch (e) {
cc.error("Send Get Request error: ", e)
console.log("Send Get Request error: ", e)
}
}
......
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