Remove horrible firewall debug 1 printing

This commit is contained in:
Quentin McGaw
2020-07-12 19:22:48 +00:00
parent 07efea612b
commit 0731b1cb82

View File

@@ -72,7 +72,6 @@ func (c *configurator) enable(ctx context.Context) (err error) { //nolint:gocogn
return fmt.Errorf("cannot enable firewall: %w", err)
}
fmt.Println(1)
if err = c.setAllPolicies(ctx, "DROP"); err != nil {
return fmt.Errorf("cannot enable firewall: %w", err)
}