summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-10-01 14:12:30 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2014-10-08 20:53:09 +0200
commit550a133b7cc497c55c8c36ff75bf252860dc93aa (patch)
tree6209d096ef33cd71fa832ed7174ec0db0d6024b0
parent30133ec0db993eee5bc9ada8b004f910d0a97c5a (diff)
downloadjasper-client-550a133b7cc497c55c8c36ff75bf252860dc93aa.tar.gz
jasper-client-550a133b7cc497c55c8c36ff75bf252860dc93aa.zip
Remove unneccessary print from g2p.py
-rw-r--r--client/g2p.py1
1 files changed, 0 insertions, 1 deletions
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):