Skip to content

Commit

Permalink
clean print
Browse files Browse the repository at this point in the history
  • Loading branch information
ezra committed May 29, 2020
1 parent 1ba25f7 commit e949588
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/lib/filters.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ end
--- clear a filter's history
function f:clear()
for i=1,self.bufsize do
print('clearing index: '..i)
self.buf[i]=0
end
end
Expand Down

0 comments on commit e949588

Please sign in to comment.