From: Thomas Fillon Date: Mon, 14 Oct 2013 23:59:02 +0000 (+0200) Subject: Delete print log in Yaafe analyzer X-Git-Tag: 0.5.0~24 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=eb7e5ff2c8365ab584bf71a80bd80cdde4d9f407;p=timeside.git Delete print log in Yaafe analyzer --- diff --git a/timeside/analyzer/yaafe.py b/timeside/analyzer/yaafe.py index e4e3c3d..f0bee2e 100644 --- a/timeside/analyzer/yaafe.py +++ b/timeside/analyzer/yaafe.py @@ -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')