Skip to content

Commit 879c658

Browse files
authored
Merge branch 'chore_e2e_to_testcontainers' into chore_test_synchronized_conditions
2 parents 158e7e3 + a5ce2a1 commit 879c658

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

controllers/client/grafana_client.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ func getExternalAdminUser(ctx context.Context, c client.Client, cr *v1beta1.Graf
2727
case cr.Spec.External.AdminUser != nil:
2828
adminUser, err := GetValueFromSecretKey(ctx, cr.Spec.External.AdminUser, c, cr.Namespace)
2929
if err != nil {
30-
println("got here")
3130
return "", err
3231
}
3332

0 commit comments

Comments
 (0)