From 6c1bb4acbe7ca1ef5bebf7a7bf9172c63059b528 Mon Sep 17 00:00:00 2001 From: Asif Amin Date: Wed, 19 Jun 2024 17:51:08 -0500 Subject: [PATCH] remove old TODO comment --- terminatorlib/plugins/remote.py | 1 - 1 file changed, 1 deletion(-) diff --git a/terminatorlib/plugins/remote.py b/terminatorlib/plugins/remote.py index 23497488..08eaba8a 100644 --- a/terminatorlib/plugins/remote.py +++ b/terminatorlib/plugins/remote.py @@ -171,7 +171,6 @@ def IsType(self, proc): def GetHost(self, proc): """ try to find container name from cmdline """ - # TODO: figure this out cmd = self._get_command(proc) if not cmd: return None