From 1a596feabe418f897dea45974a8ab6feee6de34a Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 16 Feb 2022 13:10:30 +0100 Subject: Remove stray logging line that shouldn't have been there. --- rules.js | 1 - 1 file changed, 1 deletion(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 19aa99d..2c186cd 100644 --- a/rules.js +++ b/rules.js @@ -2805,7 +2805,6 @@ function goto_game_over() { game.victory = "Scotland wins by controlling the most nobles!"; game.result = SCOTLAND; } else { - game.log("Tied for majority of nobles."); if (is_on_map(WALLACE)) { game.victory = "Tied for control of nobles. Scotland wins because Wallace is on the map!"; game.result = SCOTLAND; -- cgit v1.2.3