Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
tylabs committed Sep 13, 2018
1 parent ef8ea36 commit b1d7320
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/dovehawk_expire.bro
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export {

hook extend_match(info: Info, s: Seen, items: set[Item])
{
print "dovehawk_expire.bro extend_match";
local matches = |items|;
for ( item in items )
{
Expand Down

0 comments on commit b1d7320

Please sign in to comment.