[tuxdroid-svn] r6019 - software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/execut
Status: Beta
Brought to you by:
ks156
From: jerome <c2m...@c2...> - 2009-12-29 15:01:32
|
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): |