From e8adeca7593654aa77aa3c8f246a58fe4e4ae2b4 Mon Sep 17 00:00:00 2001 From: Iraq Jaber Date: Mon, 11 Aug 2025 12:11:21 +0100 Subject: [PATCH] fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! added first event --- internal/query/projection/idp_template.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/internal/query/projection/idp_template.go b/internal/query/projection/idp_template.go index 0380246071..11eeb8c613 100644 --- a/internal/query/projection/idp_template.go +++ b/internal/query/projection/idp_template.go @@ -2,7 +2,6 @@ package projection import ( "context" - "fmt" "time" "github.com/zitadel/zitadel/internal/database" @@ -684,7 +683,6 @@ func (p *idpTemplateProjection) Reducers() []handler.AggregateReducer { } func (p *idpTemplateProjection) reduceOAuthIDPAdded(event eventstore.Event) (*handler.Statement, error) { - fmt.Println("@@ >>>>>>>>>>>>>>>>>>>>>>>>>>>> OAUTH ORIGINAL") var idpEvent idp.OAuthIDPAddedEvent var idpOwnerType domain.IdentityProviderType switch e := event.(type) { @@ -2172,8 +2170,6 @@ func (p *idpTemplateProjection) reduceIDPConfigRemoved(event eventstore.Event) ( return nil, zerrors.ThrowInvalidArgumentf(nil, "HANDL-SAFet", "reduce.wrong.event.type %v", []eventstore.EventType{org.IDPConfigRemovedEventType, instance.IDPConfigRemovedEventType}) } - fmt.Println("@@ >>>>>>>>>>>>>>>>>>>>>>>>>>>> IDP CONFIG REMOVED") - return handler.NewDeleteStatement( &idpEvent, []handler.Condition{