SoftwareManager/plugin.py: - remove debug
authoracid-burn <acid-burn@opendreambox.org>
Thu, 31 Dec 2009 07:31:57 +0000 (08:31 +0100)
committeracid-burn <acid-burn@opendreambox.org>
Thu, 31 Dec 2009 07:31:57 +0000 (08:31 +0100)
lib/python/Plugins/SystemPlugins/SoftwareManager/plugin.py

index 4a016dc..f61ea53 100755 (executable)
@@ -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: