removed debugging code

This commit is contained in:
Vasyl Horbachenko 2018-10-12 03:17:41 +03:00
parent 520a0f91fd
commit 64bd3e6a52

View File

@ -75,7 +75,6 @@ class CaucasusTheater(ConflictTheater):
self.carrier_1.captured = True
self.soganlug.captured = True
self.gudauta.captured = True
def add_controlpoint(self, point: ControlPoint, connected_to: typing.Collection[ControlPoint] = []):
point.name = " ".join(re.split(r"[ -]", point.name)[:1])