mirror of
https://github.com/romanz/amodem.git
synced 2026-03-23 10:41:01 +08:00
record: remove print statement
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user