summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-12-05 17:42:50 +0000
committeriainp5 <iain.pearce.ip@gmail.com>2024-12-05 17:42:50 +0000
commit31d55d0b90e3fa555edb2e3668208b0c41a02d8c (patch)
treebebac7a113c7dc6a644068cc5e485a308a3cdd2b /rules.js
parentd8b6a685d2cc63160d32c184c4a24a515132f9ee (diff)
download1989-dawn-of-freedom-31d55d0b90e3fa555edb2e3668208b0c41a02d8c.tar.gz
Remove debugging steps
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/rules.js b/rules.js
index d0ed717..d03770f 100644
--- a/rules.js
+++ b/rules.js
@@ -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:')