[tuxdroid-svn] r5391 - software_suite_v3/smart-core/smart-server/trunk/util/applicationserver/plugi
Status: Beta
Brought to you by:
ks156
|
From: remi <c2m...@c2...> - 2009-09-15 09:25:01
|
Author: remi
Date: 2009-09-15 11:24:50 +0200 (Tue, 15 Sep 2009)
New Revision: 5391
Modified:
software_suite_v3/smart-core/smart-server/trunk/util/applicationserver/plugin/PluginDescription.py
Log:
* Removed a debug print
Modified: software_suite_v3/smart-core/smart-server/trunk/util/applicationserver/plugin/PluginDescription.py
===================================================================
--- software_suite_v3/smart-core/smart-server/trunk/util/applicationserver/plugin/PluginDescription.py 2009-09-15 09:23:36 UTC (rev 5390)
+++ software_suite_v3/smart-core/smart-server/trunk/util/applicationserver/plugin/PluginDescription.py 2009-09-15 09:24:50 UTC (rev 5391)
@@ -73,7 +73,6 @@
tmpFileName = os.path.join(workingPath, "resources", "splash.gif")
if os.path.isfile(tmpFileName):
self.__splashScreenFile = tmpFileName
- print self.__splashScreenFile
else:
self.__splashScreenFile = None
self.__description = dictionary['description']
|