From a355b142c243ba1131bc3ceaf2605c48868b75b7 Mon Sep 17 00:00:00 2001
From: Erik Nygren <erik.nygren@sbb.ch>
Date: Mon, 29 Apr 2019 15:44:03 +0200
Subject: [PATCH] removed debugging print

---
 flatland/envs/rail_env.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/flatland/envs/rail_env.py b/flatland/envs/rail_env.py
index 9b6ee96e..552e5f39 100644
--- a/flatland/envs/rail_env.py
+++ b/flatland/envs/rail_env.py
@@ -1067,7 +1067,6 @@ class RailEnv(Environment):
                                     (pos[0], pos[1], direction),
                                     curv_dir)
                             if valid_transition:
-                                print("Curve")
                                 movement = curv_dir
                             curv_dir = (curv_dir + 1) % 4
 
-- 
GitLab