removed debug print
This commit is contained in:
parent
d12f40fb36
commit
f80940e084
1 changed files with 0 additions and 1 deletions
|
@ -906,6 +906,5 @@ func getFilterResultLua(filter *Filter) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func getFilterResultEcho(filter *Filter) {
|
func getFilterResultEcho(filter *Filter) {
|
||||||
log.Println(filter.Var1)
|
|
||||||
filter.Results = append(filter.Results, filter.Var1)
|
filter.Results = append(filter.Results, filter.Var1)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue