]> git.saurik.com Git - wxWidgets.git/blobdiff - misc/gdb/print.py
Remove some out of date comments.
[wxWidgets.git] / misc / gdb / print.py
index 9ac0b8e36e6b730eb5a92f2b6e8d59ebe34a2acf..703c9c6a6825efc3a91e6ad8c249d352ce8cfd72 100755 (executable)
@@ -21,7 +21,7 @@ class wxStringPrinter:
         self.val = val
 
     def to_string(self):
-        return '"' + self.val['m_impl']['_M_dataplus']['_M_p'].string() + '"'
+        return self.val['m_impl']['_M_dataplus']['_M_p'].string()
 
     def display_hint(self):
         return 'string'