Author: jerome Date: 2009-12-29 16:01:21 +0100 (Tue, 29 Dec 2009) New Revision: 6019
Modified: software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/executables/plugin-skype.py Log: * Removed debug messages. Modified: software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/executables/plugin-skype.py =================================================================== --- software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/executables/plugin-skype.py 2009-12-29 15:00:18 UTC (rev 6018) +++ software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/executables/plugin-skype.py 2009-12-29 15:01:21 UTC (rev 6019) @@ -178,9 +178,7 @@ ''' self.client = IPNClient('127.0.0.1', 48536) self.client.registerOnNotificationCallBack(self.ClientOnNotification) - started = self.client.start() - self.throwTrace(started) - self.throwTrace("run function passed") + self.client.start() def stopTTS(self): ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Tux-droid-svn mailing list Tux-droid-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tux-droid-svn