From: Neil Date: Sat, 5 Mar 2016 13:45:03 +0000 (+0200) Subject: Remove stale debugging print X-Git-Url: https://git.ctpug.org.za/?p=koperkapel.git;a=commitdiff_plain;h=41c0e6b858a926602b3d15dc67d5d7914106ef43 Remove stale debugging print --- diff --git a/koperkapel/actors/orientatedsurf.py b/koperkapel/actors/orientatedsurf.py index 720bb20..ae79c43 100644 --- a/koperkapel/actors/orientatedsurf.py +++ b/koperkapel/actors/orientatedsurf.py @@ -28,7 +28,6 @@ class OrientatedSurfActor(SurfActor): self._anchor_value = (cur_anchor[1], cur_anchor[0]) self._angle = angle self._surf = self._orig_surf = rotate(self._base_surf, angle) - print(self.anchor, self.angle) @property def surf(self):