[telepathy-ashes/master] oops: stfu again

David Laban david.laban at collabora.co.uk
Thu Nov 12 16:25:28 PST 2009


---
 ashes/tools/echo_daemon.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ashes/tools/echo_daemon.py b/ashes/tools/echo_daemon.py
index e9ca069..4877e9f 100644
--- a/ashes/tools/echo_daemon.py
+++ b/ashes/tools/echo_daemon.py
@@ -186,7 +186,7 @@ def do_daemon(account_file):
             echobot_logfile = open("%s/log/echobot-%s-%s.log" %
                                 (HOME, ACCOUNT_NAME, DATE), 'w')
             last_line = forward_stream(echo_bot.stdout, echobot_logfile)
-            print last_line
+            #print last_line
         program_cleanup(0, None)
 
 def forward_stream_until(from_stream, to_stream, stop):
@@ -200,7 +200,7 @@ def forward_stream_until(from_stream, to_stream, stop):
         to_stream.flush()
         if stop and stop in line:
             return line
-        print line,
+        #print line,
     return last_line
 
 def forward_stream(from_stream, to_stream):
-- 
1.5.6.5



More information about the telepathy-commits mailing list