From 526f86a138a2145c4342e76e2d7dd795f60013a7 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 27 Jul 2014 00:14:17 +0000 Subject: Cleanup before pull request. --- client/conversation.py | 1 - 1 file changed, 1 deletion(-) (limited to 'client/conversation.py') 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: -- cgit v1.3.1