全局:清理部分console
This commit is contained in:
@@ -68,7 +68,6 @@ export class WoodenHorse {
|
||||
* @returns {boolean} needSendEnd 是否跑到终点发送结束新号
|
||||
*/
|
||||
public calCurWoodenHorse(events: Event[]): boolean {
|
||||
console.log('**', this.guildName, this.status, this.distance, Date.now(), this.speed, JSON.stringify(events))
|
||||
if(this.status == 2) return false; // TODO 写进const表
|
||||
if(this.status == 0 && this.stopContinueTime && Date.now() > this.stopContinueTime) {
|
||||
this.status = 1; this.stopContinueTime = 0;
|
||||
@@ -121,7 +120,6 @@ export class WoodenHorse {
|
||||
this.status = 0; // TODO 写进const表
|
||||
this.speed = 0;
|
||||
}
|
||||
console.log('**effect', this.speed, JSON.stringify(effectiveEvents));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user