Author: ks156
Date: 2008-12-04 15:44:32 +0100 (Thu, 04 Dec 2008)
New Revision: 3010

Modified:
   
software_suite_v2/software/http_server_resources/chatter_tux/trunk/ChatterTux/chattertux.py
Log:
* Removed print

Modified: 
software_suite_v2/software/http_server_resources/chatter_tux/trunk/ChatterTux/chattertux.py
===================================================================
--- 
software_suite_v2/software/http_server_resources/chatter_tux/trunk/ChatterTux/chattertux.py
 2008-12-04 14:35:22 UTC (rev 3009)
+++ 
software_suite_v2/software/http_server_resources/chatter_tux/trunk/ChatterTux/chattertux.py
 2008-12-04 14:44:32 UTC (rev 3010)
@@ -65,7 +65,6 @@
                     if text.find("PRIVMSG") >= 0:
                         text = text.split("PRIVMSG")[1]
                         text = text.split(":", 1)[1][1:]
-                        print text
                         self.sendText(text)
                     # Search for a MSN paquet
                     elif text.find("MSG") >= 0:
@@ -80,7 +79,6 @@
         text = text.replace("&", "§§§§£")
         text = text.replace("+", "§§§£")
         urlTools.urllib2.urlopen(self.MSN_MSG_REQ%text)
-        print self.MSN_MSG_REQ %text
 
                                      
     def layer4(self, seg):


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to