Skip to content

Commit 5097377

Browse files
authored
🌱 removed not needed log-line (#1449)
If you saw this line in the logs, you thought that there is something wrong. We don't need to log that any more. This part is stable.
1 parent ae025d3 commit 5097377

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

controllers/csr_controller.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,6 @@ func getServerIDFromConstantHostname(ctx context.Context, csrUsername string, cl
310310
// example csrUsername: system:node:bm-my-cluster-1234567
311311
matches := constantBareMetalHostnameRegex.FindStringSubmatch(strings.TrimPrefix(csrUsername, nodePrefix))
312312
if len(matches) != 3 {
313-
log.V(1).Info("No constant baremetal hostname - regex does not match CSR username",
314-
"regex", constantBareMetalHostnameRegex.String(), "csrUserName", csrUsername)
315313
return "", ""
316314
}
317315

0 commit comments

Comments
 (0)