Browse Source

Remove print from last commit

tags/v0.9.0
falkTX 12 years ago
parent
commit
d0e6cf750c
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/patchcanvas.py

+ 0
- 1
src/patchcanvas.py View File

@@ -185,7 +185,6 @@ class CanvasObject(QObject):

@pyqtSlot()
def AnimationDestroy(self):
print("AnimationDestroy")
animation = self.sender()
if animation:
item = animation.item()


Loading…
Cancel
Save