Skip to content

Commit

Permalink
Remove debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Bokkiewokkie committed Oct 14, 2023
1 parent 5e87efd commit c364d4c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nsv13/code/game/gamemodes/overmap/objectives/rubicon.dm
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,11 @@
if(passed_input)
system_name = passed_input.name
if(!system_name)
message_admins("No name given!")
for(var/datum/star_system/S in SSstar_system.neutral_zone_systems)
if(S.hidden)
continue
message_admins("length check")
if(length(S.enemies_in_system))
system_name = S.name
message_admins("Found system [S]: [system_name]!")
break
continue

Expand Down

0 comments on commit c364d4c

Please sign in to comment.