remove a dangling print statement.

This commit is contained in:
fiatjaf 2025-07-01 12:43:04 -03:00
parent ecfe3a298e
commit fd19855543
1 changed files with 0 additions and 1 deletions

View File

@ -85,7 +85,6 @@ example:
if baseFilter.Matches(evt) {
stdout(evt)
} else {
fmt.Println(baseFilter.LimitZero)
logverbose("event %s didn't match %s", evt, baseFilter)
}
}