From a4016c35d6c2f68fed51756cde56b5d3fd28b0f3 Mon Sep 17 00:00:00 2001
From: u214892 <u214892@sbb.ch>
Date: Thu, 13 Jun 2019 08:09:46 +0200
Subject: [PATCH] #64 bugfix prediction should respect target

---
 flatland/utils/graphics_pil.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/flatland/utils/graphics_pil.py b/flatland/utils/graphics_pil.py
index 1cf8b851..9041dc63 100644
--- a/flatland/utils/graphics_pil.py
+++ b/flatland/utils/graphics_pil.py
@@ -396,7 +396,6 @@ class PILSVG(PILGL):
         }
 
         # "paint" color of the train images we load
-        # a3BaseColor = self.rgb_s2i("0091ea")
         a3BaseColor = self.rgb_s2i("d50000")
 
         self.dPilZug = {}
-- 
GitLab