--- a/Debugger/VariablesViewer.py Fri Jan 08 19:14:19 2010 +0000 +++ b/Debugger/VariablesViewer.py Sat Jan 09 19:43:36 2010 +0000 @@ -522,7 +522,6 @@ ## @param s the string to be converted (string) ## @return unicode representation of s (unicode object) ## """ -## # TODO: remove me ## if isinstance(s, type("")): ## return s ## try: