projects
/
koperkapel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d3b4a2
)
Remove stale debugging print
author
Neil
<neil@dip.sun.ac.za>
Sat, 5 Mar 2016 13:45:03 +0000
(15:45 +0200)
committer
Neil
<neil@dip.sun.ac.za>
Sat, 5 Mar 2016 13:45:03 +0000
(15:45 +0200)
koperkapel/actors/orientatedsurf.py
patch
|
blob
|
history
diff --git
a/koperkapel/actors/orientatedsurf.py
b/koperkapel/actors/orientatedsurf.py
index 720bb204cdb5a69e28a2ce482acffc1cfe1d0ab9..ae79c43007d78a4ca28c19de52a352a53fd86655 100644
(file)
--- 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):