From e0ff742eaba8968e1d83d006216151b1e8fb3c86 Mon Sep 17 00:00:00 2001 From: ayyansea Date: Fri, 22 Nov 2024 23:20:28 +0300 Subject: feat: add logging to each token filtering iteration to see the result --- cmd/uptfs/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/uptfs/main.go b/cmd/uptfs/main.go index 3583dfc..db7312c 100644 --- a/cmd/uptfs/main.go +++ b/cmd/uptfs/main.go @@ -69,6 +69,6 @@ func main() { filter := filter.FilterList[filterName]() current.SetContent(filter.Filter(current.GetContent())) } + fmt.Println(current.GetContent()) } - } -- cgit v1.2.3