From 64bd3e6a5243b1d46afac604ada5ad3002f0f185 Mon Sep 17 00:00:00 2001 From: Vasyl Horbachenko Date: Fri, 12 Oct 2018 03:17:41 +0300 Subject: [PATCH] removed debugging code --- theater/caucasus.py | 1 - 1 file changed, 1 deletion(-) diff --git a/theater/caucasus.py b/theater/caucasus.py index 2e5b9bc4..ca5bb3f6 100644 --- a/theater/caucasus.py +++ b/theater/caucasus.py @@ -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])