]> git.parisson.com Git - timeside.git/commitdiff
Fix #69
authorThomas Fillon <thomas@parisson.com>
Mon, 19 Jan 2015 08:18:50 +0000 (09:18 +0100)
committerThomas Fillon <thomas@parisson.com>
Mon, 19 Jan 2015 08:18:50 +0000 (09:18 +0100)
timeside/core/analyzer.py

index cc0a0a34f1dad79c712928c4dc110da7c42969f9..b3e2ce9a4d5f733e7f5adba32d01e19bdf4a88fa 100644 (file)
@@ -833,11 +833,7 @@ class FrameValueObject(ValueObject, FramewiseObject):
             else:
                 chunksize = 1
                 numchunks = nb_frames
-
-            print "nb_frames %d" % nb_frames
-            print "chunksize %d" % chunksize
-            print "numchunks %d" % numchunks
-
+            
             if self.data.ndim <= 1:
                 ychunks = self.data[:chunksize*numchunks].reshape((-1,
                                                                    chunksize))