[orca/new-settings] Removed some old debug and comment lines



commit 22a4ec2ebca2c3fbd06edcb09f0c5274eea262b7
Author: Juanje Ojeda <jojeda emergya es>
Date:   Tue Aug 10 15:53:43 2010 +0200

    Removed some old debug and comment lines

 src/orca/backends/gconf_backend.py |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/src/orca/backends/gconf_backend.py b/src/orca/backends/gconf_backend.py
index 01272b8..55c1d48 100644
--- a/src/orca/backends/gconf_backend.py
+++ b/src/orca/backends/gconf_backend.py
@@ -116,10 +116,6 @@ class OrcaPrefs():
             self.__app_key = path
 
         for entry in self._client.all_entries(self.__app_key):
-            #TODO: Javi ask why. Find out what he means...
-            # optionKey = entry.key.split(self.__app_key + '/')[1]
-            # optionValue = self._client.get(entry.key).to_string()
-            # self.options[optionKey] = optionValue
             gval = self._client.get(entry.key)
             if gval == None: continue
  
@@ -192,15 +188,11 @@ class OrcaPrefs():
                 casts[type(value)](self._client, self.__app_key + '/' + name,
                     gconf.VALUE_STRING, string_value)
             else:
-                if name == 'sayAllStyle':
-                    print 'que pasa con sayAllStyle = %s' % value
                 if name in self.need2repr and value != None:
                     value = self._fix_quotes(value)
                 if value != None and not isinstance(value, dict):
                     casts[type(value)](self._client, self.__app_key + '/' + \
                                        name, value)
-                else:
-                    print 'se obvia %s por ser None' % name
 
 
     def _writePreferencesPreamble(self, prefs):



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]