Skip to content

Commit

Permalink
Removed fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ra-grover committed Jan 30, 2024
1 parent 6412270 commit 2ef676f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@ package main

import (
"flag"
"fmt"
"github.com/fluxcd/helm-controller/api/v2beta2"
"go.uber.org/zap/zapcore"
"os"
"time"

"github.com/ExpediaGroup/overwhelm/api/v1alpha2"
"github.com/ExpediaGroup/overwhelm/controllers"
"github.com/fluxcd/helm-controller/api/v2beta2"
"k8s.io/apimachinery/pkg/runtime"
utilruntime "k8s.io/apimachinery/pkg/util/runtime"
clientgoscheme "k8s.io/client-go/kubernetes/scheme"
Expand Down Expand Up @@ -79,8 +78,6 @@ func main() {
os.Exit(1)
}
setupLog.Info("Loading cluster data")
confg := ctrl.GetConfigOrDie()
fmt.Println(confg.ServerName)
go controllers.LoadClusterData()

if err = (&controllers.ApplicationReconciler{
Expand Down

0 comments on commit 2ef676f

Please sign in to comment.