eric6/DebugClients/Python/DebugClientBase.py

changeset 7866
c8be86d8f1b3
parent 7862
817ef8e0fa66
child 7883
dd208a886048
--- a/eric6/DebugClients/Python/DebugClientBase.py	Sun Dec 06 18:37:08 2020 +0100
+++ b/eric6/DebugClients/Python/DebugClientBase.py	Mon Dec 07 17:54:09 2020 +0100
@@ -1808,12 +1808,6 @@
                     continue
                 
                 isQt = valtype.startswith(ConfigQtNames)
-                # TODO: see if this is still needed
-#                if (not valtypestr.startswith('type ') and
-#                    valtypename not in ("ndarray", "MultiValueDict",
-#                                        "array", "defaultdict") and
-#                        not isQt):
-#                    valtype = valtypestr
                 
                 try:
                     if valtype in self.arrayTypes:

eric ide

mercurial