Skip to content

Commit

Permalink
Remove debug line (#313)
Browse files Browse the repository at this point in the history
Signed-off-by: Moti Asayag <[email protected]>
  • Loading branch information
masayag authored Nov 30, 2023
1 parent 162f369 commit d97d7ac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions controllers/profiles/prod/profile_prod.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
package prod

import (
"fmt"
"time"

"github.com/apache/incubator-kie-kogito-serverless-operator/controllers/discovery"
Expand Down Expand Up @@ -70,7 +69,6 @@ func NewProfileReconciler(client client.Client) profiles.ProfileReconciler {
C: client,
Catalog: discovery.NewServiceCatalog(client),
}
fmt.Println(fmt.Sprintf("XXX Prod NewProfileReconciler"))
// the reconciliation state machine
stateMachine := common.NewReconciliationStateMachine(
&newBuilderState{StateSupport: support},
Expand Down

0 comments on commit d97d7ac

Please sign in to comment.