Skip to content

Commit b929eca

Browse files
committed
remove print
Signed-off-by: Winicius Silva <[email protected]>
1 parent 62c6407 commit b929eca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/server/network/driver_ovn.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2564,7 +2564,6 @@ func (n *ovn) setup(update bool) error {
25642564
if err != nil {
25652565
return fmt.Errorf("Failed applying router security policy: %w", err)
25662566
}
2567-
fmt.Printf("entrei aqui linha 2575")
25682567
// Create internal router port.
25692568
err = n.ovnnb.CreateLogicalRouterPort(context.TODO(), n.getRouterName(), n.getRouterIntPortName(), routerMAC, bridgeMTU, intRouterIPs, "", update)
25702569
if err != nil {

0 commit comments

Comments
 (0)