Permalink
Browse files

removed a leftover print

  • Loading branch information...
1 parent d22e958 commit 3eb7971ff4e047911e1e55873752547b2d9b6240 @bahniks committed Jul 29, 2015
Showing with 0 additions and 2 deletions.
  1. +0 −2 Stuff/Modules/mwm.py
View
@@ -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])

0 comments on commit 3eb7971

Please sign in to comment.