From 3eb7971ff4e047911e1e55873752547b2d9b6240 Mon Sep 17 00:00:00 2001 From: Stepan Bahnik Date: Thu, 30 Jul 2015 00:14:15 +0200 Subject: [PATCH] removed a leftover print --- Stuff/Modules/mwm.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Stuff/Modules/mwm.py b/Stuff/Modules/mwm.py index e99ce8f..aa54091 100644 --- a/Stuff/Modules/mwm.py +++ b/Stuff/Modules/mwm.py @@ -46,8 +46,6 @@ def __init__(self, nameA, *_): if not self.data: raise Exception("Failure in data initialization.") - print(self.getT1Stay()) - def _addReinforcedSector(self, string, position): self.platformX = eval(string[position+1])