Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Generation
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 /Generation
parent5c2d851eedc9d932fc35e2f77fc20d0352967bdf (diff)
Removed some prints
Diffstat (limited to 'Generation')
-rw-r--r--Generation/VariationRythm.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Generation/VariationRythm.py b/Generation/VariationRythm.py
index 5d27e87..3dae756 100644
--- a/Generation/VariationRythm.py
+++ b/Generation/VariationRythm.py
@@ -62,7 +62,6 @@ class RythmReverse( RythmShuffle ):
self.newOnsetList.append( i )
self.newOnsetList.reverse()
- print 'INFO: RythmReverse: ', len( self.newOnsetList ), len( notesList )
RythmShuffle.getOldDuration( self, notesList )
RythmShuffle.getNewDuration( self, notesList )