DebugClientBase: delete some obsolete code.

Mon, 07 Dec 2020 17:54:09 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 07 Dec 2020 17:54:09 +0100
changeset 7866
c8be86d8f1b3
parent 7865
393b25ccb048
child 7878
b210470f54b3

DebugClientBase: delete some obsolete code.

eric6/DebugClients/Python/DebugClientBase.py file | annotate | diff | comparison | revisions
--- 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