Skip to content

Commit

Permalink
remove old TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
asifamin13 committed Jun 19, 2024
1 parent cd8035a commit 6c1bb4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion terminatorlib/plugins/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c1bb4a

Please sign in to comment.