From c32caa3b71b68fc380681670804953abb2fd4ae8 Mon Sep 17 00:00:00 2001 From: acid-burn Date: Thu, 31 Dec 2009 08:31:57 +0100 Subject: [PATCH] SoftwareManager/plugin.py: - remove debug --- lib/python/Plugins/SystemPlugins/SoftwareManager/plugin.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/python/Plugins/SystemPlugins/SoftwareManager/plugin.py b/lib/python/Plugins/SystemPlugins/SoftwareManager/plugin.py index 4a016dc..f61ea53 100755 --- a/lib/python/Plugins/SystemPlugins/SoftwareManager/plugin.py +++ b/lib/python/Plugins/SystemPlugins/SoftwareManager/plugin.py @@ -694,7 +694,6 @@ class PluginManager(Screen, DreamInfoHandler): self.session.openWithCallback(self.ExecuteReboot, MessageBox, _("Install or remove finished.") +" "+_("Do you want to reboot your Dreambox?"), MessageBox.TYPE_YESNO) def ExecuteReboot(self, result): - print "RESULT im ExecuteReboot",result if result is None: return if result is False: -- 2.7.4