From f5e708124b9914d1bea95feae5ae29e04985bf83 Mon Sep 17 00:00:00 2001
From: u214892 <u214892@sbb.ch>
Date: Wed, 28 Aug 2019 10:23:32 +0200
Subject: [PATCH] #147 debug output not as default

---
 flatland/utils/rendertools.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flatland/utils/rendertools.py b/flatland/utils/rendertools.py
index 447e07a2..802b361b 100644
--- a/flatland/utils/rendertools.py
+++ b/flatland/utils/rendertools.py
@@ -41,7 +41,7 @@ class RenderTool(object):
 
     def __init__(self, env, gl="PILSVG", jupyter=False,
                  agent_render_variant=AgentRenderVariant.ONE_STEP_BEHIND,
-                 show_debug=True, screen_width=800, screen_height=600):
+                 show_debug=False, screen_width=800, screen_height=600):
 
         self.env = env
         self.frame_nr = 0
-- 
GitLab