summaryrefslogtreecommitdiff
path: root/client/conversation.py
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-07-27 00:14:17 +0000
committerschneefux <schneefux+commit@schneefux.xyz>2014-07-27 00:14:17 +0000
commit526f86a138a2145c4342e76e2d7dd795f60013a7 (patch)
treef0df570ea606300f12e5cadf5f894c1bb5874d2f /client/conversation.py
parent415c32bfb02b25d510aca115ca5f075e3cda0c36 (diff)
downloadjasper-client-526f86a138a2145c4342e76e2d7dd795f60013a7.tar.gz
jasper-client-526f86a138a2145c4342e76e2d7dd795f60013a7.zip
Cleanup before pull request.
Diffstat (limited to 'client/conversation.py')
-rwxr-xr-xclient/conversation.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/conversation.py b/client/conversation.py
index 9f7cc22..bad5073 100755
--- a/client/conversation.py
+++ b/client/conversation.py
@@ -51,7 +51,6 @@ class Conversation(object):
if threshold:
input = self.mic.activeListen(threshold)
- print "I just heard '%s'" % input
if input:
self.delegateInput(input)
else: