Remove stale debugging print
[koperkapel.git] / koperkapel / actors / orientatedsurf.py
index 720bb204cdb5a69e28a2ce482acffc1cfe1d0ab9..ae79c43007d78a4ca28c19de52a352a53fd86655 100644 (file)
@@ -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):