Skip to content

Commit 11309e2

Browse files
committed
fixup! refactor: move route insertion log
1 parent 90478eb commit 11309e2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/code.cloudfoundry.org/gorouter/registry/registry.go

-2
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ func (r *RouteRegistry) Register(uri route.Uri, endpoint *route.Endpoint) {
100100
r.logger.Info("route-registered", slog.Any("uri", uri))
101101
// for backward compatibility:
102102
r.logger.Debug("uri-added", slog.Any("uri", uri))
103-
} else {
104-
105103
}
106104

107105
switch poolPutResult {

0 commit comments

Comments
 (0)