diff options
| author | acid-burn <acid-burn@opendreambox.org> | 2009-12-31 08:31:57 +0100 |
|---|---|---|
| committer | acid-burn <acid-burn@opendreambox.org> | 2009-12-31 08:31:57 +0100 |
| commit | c32caa3b71b68fc380681670804953abb2fd4ae8 (patch) | |
| tree | f1b2c0c7a87027e8e963f71b431ddb9668d7ed8a /lib/python/Plugins/SystemPlugins/SoftwareManager | |
| parent | aea461bb9dc35ab20a78bd141c785bcb5967e616 (diff) | |
| download | enigma2-c32caa3b71b68fc380681670804953abb2fd4ae8.tar.gz enigma2-c32caa3b71b68fc380681670804953abb2fd4ae8.zip | |
SoftwareManager/plugin.py: - remove debug
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/SoftwareManager')
| -rwxr-xr-x | lib/python/Plugins/SystemPlugins/SoftwareManager/plugin.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/python/Plugins/SystemPlugins/SoftwareManager/plugin.py b/lib/python/Plugins/SystemPlugins/SoftwareManager/plugin.py index 4a016dc8..f61ea53c 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: |
