This is an automated email from the ASF dual-hosted git repository.
ricardozanini pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-serverless-operator.git
The following commit(s) were added to refs/heads/main by this push:
new d97d7ac8 Remove debug line (#313)
d97d7ac8 is described below
commit d97d7ac80b294454f89c0bfd4b2624721bfc2850
Author: Moti Asayag <[email protected]>
AuthorDate: Thu Nov 30 16:44:55 2023 +0200
Remove debug line (#313)
Signed-off-by: Moti Asayag <[email protected]>
---
controllers/profiles/prod/profile_prod.go | 2 --
1 file changed, 2 deletions(-)
diff --git a/controllers/profiles/prod/profile_prod.go
b/controllers/profiles/prod/profile_prod.go
index b381f625..a6048f59 100644
--- a/controllers/profiles/prod/profile_prod.go
+++ b/controllers/profiles/prod/profile_prod.go
@@ -20,7 +20,6 @@
package prod
import (
- "fmt"
"time"
"github.com/apache/incubator-kie-kogito-serverless-operator/controllers/discovery"
@@ -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},
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]