diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-12-05 17:42:50 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-12-05 17:42:50 +0000 |
commit | 31d55d0b90e3fa555edb2e3668208b0c41a02d8c (patch) | |
tree | bebac7a113c7dc6a644068cc5e485a308a3cdd2b /rules.js | |
parent | d8b6a685d2cc63160d32c184c4a24a515132f9ee (diff) | |
download | 1989-dawn-of-freedom-31d55d0b90e3fa555edb2e3668208b0c41a02d8c.tar.gz |
Remove debugging steps
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -4210,10 +4210,8 @@ function log_event(n) { } function log_br() { - console.log('log_br_called') if (game.log.length > 0 && game.log[game.log.length - 1] !== "") { game.log.push("") - console.log('space added') } } @@ -4786,7 +4784,6 @@ function vm_add_infl_free() { function vm_add_x_infl() { game.vm_available_ops = vm_operand(1) - console.log('game.vm_event', game.vm_event, 'game.vm.prompt',game.vm.prompt, event_prompt()) if (!(game.vm_event === C_PUBLIC_AGAINST_VIOLENCE && event_prompt() === 'Presov')) log('Placed SP:') |