Skip to content

Commit

Permalink
Remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
nbrownus committed Dec 18, 2019
1 parent c359a5c commit 99cac0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion firewall_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ func TestFirewall_AddRule(t *testing.T) {
assert.Nil(t, fw.OutRules.AnyProto[0].Any.CIDR.root.left)
assert.Nil(t, fw.OutRules.AnyProto[0].Any.CIDR.root.right)
assert.Nil(t, fw.OutRules.AnyProto[0].Any.CIDR.root.value)
fmt.Printf("%+v\n", fw.OutRules.AnyProto[0])

fw = NewFirewall(time.Second, time.Minute, time.Hour, c)
assert.Nil(t, fw.AddRule(false, fwProtoAny, 0, 0, []string{}, "any", nil, "", ""))
Expand Down

0 comments on commit 99cac0d

Please sign in to comment.