From 0f88644cdf10877e495a140e2eefd9fa69399dd1 Mon Sep 17 00:00:00 2001 From: loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Date: Mon, 4 Oct 2021 15:41:26 +0800 Subject: Feat: remove unused replace action --- plugin/plaintext/text_in.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugin/plaintext/text_in.go') diff --git a/plugin/plaintext/text_in.go b/plugin/plaintext/text_in.go index 64ad3ad3..add60a96 100644 --- a/plugin/plaintext/text_in.go +++ b/plugin/plaintext/text_in.go @@ -117,8 +117,6 @@ func (t *textIn) Input(container lib.Container) (lib.Container, error) { } case lib.ActionRemove: container.Remove(entry.GetName(), ignoreIPType) - case lib.ActionReplace: - container.Replace(entry, ignoreIPType) } } -- cgit v1.3.1