Skip to content

Commit 84cbbfa

Browse files
ajssmithfgiorgetti
authored andcommitted
remove unhelpful logs (skupperproject#2329)
1 parent 59988f5 commit 84cbbfa

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

internal/kube/securedaccess/route.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ func (o *RouteAccessType) ensureRoute(namespace string, route *routev1.Route) (e
7575
log.Printf("Error on update for route %s/%s: %s", namespace, route.Name, err)
7676
return err, nil
7777
}
78-
log.Printf("Route %s/%s updated successfully", namespace, route.Name)
7978
o.manager.routes[key] = updated
8079
return nil, updated
8180
}

internal/qdr/port_mapping.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ type PortMapping struct {
1414

1515
func (p *PortMapping) GetPortForKey(key string) (int, error) {
1616
if existing, ok := p.mappings[key]; ok {
17-
log.Printf("Port %d already allocated for key %s", existing, key)
1817
return existing, nil
1918
}
2019
allocated, err := p.pool.NextFreePort()

0 commit comments

Comments
 (0)