From 550a133b7cc497c55c8c36ff75bf252860dc93aa Mon Sep 17 00:00:00 2001 From: schneefux Date: Wed, 1 Oct 2014 14:12:30 +0200 Subject: Remove unneccessary print from g2p.py --- client/g2p.py | 1 - 1 file changed, 1 deletion(-) (limited to 'client/g2p.py') diff --git a/client/g2p.py b/client/g2p.py index 1e63d74..741aa3f 100644 --- a/client/g2p.py +++ b/client/g2p.py @@ -92,7 +92,6 @@ class PhonetisaurusG2P(object): profile['pocketsphinx']['fst_model'] if 'nbest' in profile['pocketsphinx']: conf['nbest'] = int(profile['pocketsphinx']['nbest']) - print conf return conf def __new__(cls, fst_model=None, *args, **kwargs): -- cgit v1.3.1