mirror of https://github.com/fiatjaf/nak.git
remove a dangling print statement.
This commit is contained in:
parent
ecfe3a298e
commit
fd19855543
|
@ -85,7 +85,6 @@ example:
|
||||||
if baseFilter.Matches(evt) {
|
if baseFilter.Matches(evt) {
|
||||||
stdout(evt)
|
stdout(evt)
|
||||||
} else {
|
} else {
|
||||||
fmt.Println(baseFilter.LimitZero)
|
|
||||||
logverbose("event %s didn't match %s", evt, baseFilter)
|
logverbose("event %s didn't match %s", evt, baseFilter)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue