Skip to content

Commit

Permalink
Remove unused loggning
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerkiz committed Jul 12, 2024
1 parent f719699 commit d04ee12
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions maps/mountain_fortress_v3/breached_wall.lua
Original file line number Diff line number Diff line change
Expand Up @@ -281,10 +281,6 @@ local compare_player_and_train = function (player, entity)
local locomotive_distance_too_far_pre_warning = c_y - t_y > spidertron_warning_position_pre_warning
local surface = player.surface

log(serpent.block(c_y - t_y))
log(serpent.block(spidertron_warning_position))
log(serpent.block(spidertron_warning_position_pre_warning))

local color = Color.yellow
if locomotive_distance_too_far_pre_warning and not locomotive_distance_too_far then
local msg = 'Warning! You are getting too far away from the train!'
Expand Down

0 comments on commit d04ee12

Please sign in to comment.