aboutsummaryrefslogtreecommitdiff
path: root/advtrains_line_automation/line_functions.lua
diff options
context:
space:
mode:
Diffstat (limited to 'advtrains_line_automation/line_functions.lua')
-rw-r--r--advtrains_line_automation/line_functions.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/advtrains_line_automation/line_functions.lua b/advtrains_line_automation/line_functions.lua
index 6133024..9d3c611 100644
--- a/advtrains_line_automation/line_functions.lua
+++ b/advtrains_line_automation/line_functions.lua
@@ -549,11 +549,6 @@ function al.on_train_enter(pos, train_id, train, index)
debug_print("Vlak "..train_id.." zaznamenán: "..stn.." "..core.pos_to_string(pos).." @ "..rwtime)
end
local should_stop_result = should_stop(pos, stdata, train)
- print("[DEBUG] "..dump2({
- should_stop_result_type = type(should_stop_result),
- should_stop_result = tostring(should_stop_result),
- stop_request = tostring(ls.stop_request),
- }))
if should_stop_result == nil then
debug_print("Vlak "..train_id.." projel zastávkou "..stn)
return