Fraser commited on
Commit
d936b61
·
1 Parent(s): ba9896a

rm dull log

Browse files
src/lib/battle-engine/BattleEngine.ts CHANGED
@@ -128,7 +128,6 @@ export class BattleEngine {
128
  }
129
 
130
  this.state.phase = 'execution';
131
- this.log(`Turn ${this.state.turn} - Actions: ${playerAction.type} vs ${opponentAction.type}`);
132
 
133
  // Determine action order based on priority and speed
134
  const actions = this.determineActionOrder(playerAction, opponentAction);
 
128
  }
129
 
130
  this.state.phase = 'execution';
 
131
 
132
  // Determine action order based on priority and speed
133
  const actions = this.determineActionOrder(playerAction, opponentAction);