From 4c6315daf22973b0ec442833c32e639366e17e11 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Thu, 18 Feb 2016 11:10:20 +0200 Subject: [PATCH] record: remove print statement --- scripts/record.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/record.py b/scripts/record.py index 51d38cb..49caab9 100755 --- a/scripts/record.py +++ b/scripts/record.py @@ -7,7 +7,6 @@ from amodem.config import Configuration def run(args): config = Configuration() with open(args.filename, 'wb') as dst: - print dst interface = audio.Interface(config=config) with interface.load(args.audio_library): src = interface.recorder()