Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Edit/Properties.py
diff options
context:
space:
mode:
authorNat <natcl@hotmail.com>2007-08-09 22:45:31 (GMT)
committer Nat <natcl@hotmail.com>2007-08-09 22:45:31 (GMT)
commit30152afc758beaa5f73cc579badeff5f0ad20916 (patch)
treefc1be21b140d4d6985879e1796452ed0d5be6993 /Edit/Properties.py
parent5c2d851eedc9d932fc35e2f77fc20d0352967bdf (diff)
Removed some prints
Diffstat (limited to 'Edit/Properties.py')
-rw-r--r--Edit/Properties.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Edit/Properties.py b/Edit/Properties.py
index 26fc548..b0caae0 100644
--- a/Edit/Properties.py
+++ b/Edit/Properties.py
@@ -505,7 +505,6 @@ class Properties( gtk.VBox ):
val = int((val*0.12)*2+24)
if val in GenerationConstants.DRUMPITCH.keys():
val = GenerationConstants.DRUMPITCH[val]
- print val
substream += [ n.id, val ]
if len(substream):
stream += [ self.pageIds[p], self.trackIds[t], PARAMETER.PITCH, len(substream)//2 ] + substream