eric6/DebugClients/Python/DebugClientBase.py

branch
multi_processing
changeset 7868
272743601100
parent 7863
6725d2549801
child 7870
ab8f95bc7d2d
diff -r aa870fdd40d8 -r 272743601100 eric6/DebugClients/Python/DebugClientBase.py
--- a/eric6/DebugClients/Python/DebugClientBase.py	Mon Dec 07 17:56:21 2020 +0100
+++ b/eric6/DebugClients/Python/DebugClientBase.py	Mon Dec 07 17:57:03 2020 +0100
@@ -1867,12 +1867,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