src/eric7/RemoteServer/EricServerCoverageRequestHandler.py

branch
server
changeset 10630
552a790fd9bc
parent 10575
abde60847db6
child 10767
b3672d3e7644
diff -r b0d14cba79b1 -r 552a790fd9bc src/eric7/RemoteServer/EricServerCoverageRequestHandler.py
--- a/src/eric7/RemoteServer/EricServerCoverageRequestHandler.py	Tue Feb 27 15:05:53 2024 +0100
+++ b/src/eric7/RemoteServer/EricServerCoverageRequestHandler.py	Fri Mar 08 15:30:23 2024 +0100
@@ -125,7 +125,6 @@
         @return dictionary containing the reply data
         @rtype dict
         """
-        # TODO: not implemented yet
         if self.__cover is None:
             return {
                 "ok": False,
@@ -152,7 +151,6 @@
         @return dictionary containing the reply data
         @rtype dict
         """
-        # TODO: not implemented yet
         if self.__cover is None:
             return {
                 "ok": False,

eric ide

mercurial