From 30152afc758beaa5f73cc579badeff5f0ad20916 Mon Sep 17 00:00:00 2001 From: Nat Date: Thu, 09 Aug 2007 22:45:31 +0000 Subject: Removed some prints --- (limited to 'Edit/Properties.py') 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 -- cgit v0.9.1