diff --git a/code/game/gamemodes/nations/nations.dm b/code/game/gamemodes/nations/nations.dm index fd13ca54106..39c81b4b8d0 100644 --- a/code/game/gamemodes/nations/nations.dm +++ b/code/game/gamemodes/nations/nations.dm @@ -173,7 +173,6 @@ datum/game_mode/nations /datum/game_mode/nations/proc/assign_leaders() - world << "assign_leaders() called, all_nations.len = [all_nations.len]" for(var/name in all_nations) var/datum/nations/N = all_nations[name] if(!N.current_name)