diff options
| author | ayyansea <ayyansea@gmail.com> | 2024-11-22 23:20:28 +0300 |
|---|---|---|
| committer | ayyansea <ayyansea@gmail.com> | 2024-11-22 23:20:28 +0300 |
| commit | e0ff742eaba8968e1d83d006216151b1e8fb3c86 (patch) | |
| tree | b36164202df1594d73bafd0b535dcf60e7ed219c /cmd | |
| parent | 995ca4fd7aeeedfe65c4294009245a9e0b04d616 (diff) | |
feat: add logging to each token filtering iteration to see the result
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/uptfs/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
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()) } - } |
