diff --git a/flatland/envs/rail_env.py b/flatland/envs/rail_env.py
index 713eb404de22130520654df1505af4ecb8b09b8e..12ee20b231f545ef967f3919ee03854db28b04c9 100644
--- a/flatland/envs/rail_env.py
+++ b/flatland/envs/rail_env.py
@@ -1085,7 +1085,6 @@ class RailEnv(Environment):
                             curv_dir = (curv_dir + 1) % 4
                         """
                 new_position = self._new_position(pos, movement)
-                print(pos,new_position)
                 # Is it a legal move?  1) transition allows the movement in the
                 # cell,  2) the new cell is not empty (case 0),  3) the cell is
                 # free, i.e., no agent is currently in that cell