diff --git a/scripts/irods/controller.py b/scripts/irods/controller.py index de470a95c2..b4af715357 100644 --- a/scripts/irods/controller.py +++ b/scripts/irods/controller.py @@ -165,7 +165,6 @@ def reload_configuration(self): self.wait_for_server_to_start() - # TODO Consider removing this function. Admins should just use "ps". def status(self): l = logging.getLogger(__name__) l.debug('Calling status on IrodsController') @@ -176,7 +175,6 @@ def status(self): else: l.info(format_binary_to_procs_dict(self.get_binary_to_procs_dict(server_proc))) - # TODO Remove this function. Admins should use "ps". def get_binary_to_procs_dict(self, server_proc, server_descendants=None, binaries=None): if server_descendants is None and server_proc is not None and server_proc.is_running(): try: