This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Cadence
mirror of
https://github.com/falkTX/Cadence
Watch
1
Star
0
Fork
0
Code
Releases
3
Activity
Browse Source
Remove print from last commit
tags/v0.9.0
falkTX
12 years ago
parent
74ae76056b
commit
d0e6cf750c
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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()
Write
Preview
Loading…
Cancel
Save