]> git.parisson.com Git - timeside.git/commitdiff
Delete print log in Yaafe analyzer
authorThomas Fillon <thomas@parisson.com>
Mon, 14 Oct 2013 23:59:02 +0000 (01:59 +0200)
committerThomas Fillon <thomas@parisson.com>
Mon, 14 Oct 2013 23:59:02 +0000 (01:59 +0200)
timeside/analyzer/yaafe.py

index e4e3c3d854744dea05496cc414bf06ce8c6ed318..f0bee2e88a0cdc190fa639fa91b4b0a1b71511f6 100644 (file)
@@ -37,7 +37,6 @@ class Yaafe(Analyzer):
     def __init__(self, yaafeSpecification=None):
         # Check arguments
         if yaafeSpecification is None:
-            print 'None'
             yaafeSpecification = FeaturePlan(sample_rate=32000)
             # add feature definitions manually
             yaafeSpecification.addFeature('mfcc: MFCC blockSize=512 stepSize=256')