Skip to content

Commit b645944

Browse files
committed
remove debug printing
1 parent a247240 commit b645944

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/core/execution/AttackExecution.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,6 @@ export class AttackExecution implements Execution {
116116
.attackAmount(this._owner, this.target);
117117
}
118118

119-
if (this.startTroops > currentTroops)
120-
console.debug(
121-
this._owner.displayName(),
122-
this.startTroops,
123-
currentTroops,
124-
this.attackRatio,
125-
);
126-
127119
if (this.removeTroops) {
128120
this.startTroops = Math.min(this._owner.troops(), this.startTroops);
129121
this._owner.removeTroops(this.startTroops);

0 commit comments

Comments
 (0)