Skip to content

Commit 65d272c

Browse files
committed
Remove DEBUG-Output
1 parent f80b9e6 commit 65d272c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/cluster/cluster.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1432,8 +1432,6 @@ func (c *Cluster) initSystemUsers() error {
14321432
Flags: []string{constants.RoleFlagLogin},
14331433
Password: util.RandomPassword(constants.PasswordLength),
14341434
}
1435-
c.logger.Debugf("Create cpo_monitoring user with password: %s",
1436-
MonitoringUser.Password)
14371435

14381436
if _, exists := c.systemUsers[constants.MonitoringUserKeyName]; !exists {
14391437
c.systemUsers[constants.MonitoringUserKeyName] = MonitoringUser

0 commit comments

Comments
 (0)