Skip to content

Commit

Permalink
Remove "log message Hello from github"
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandr Zimin <[email protected]>
  • Loading branch information
AleksZimin committed Dec 27, 2023
1 parent a6f389e commit ee37e91
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions images/agent/cmd/bc/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ package main
import (
"context"
"fmt"
v1 "k8s.io/api/core/v1"
sv1 "k8s.io/api/storage/v1"
extv1 "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1"
"k8s.io/apimachinery/pkg/runtime"
apiruntime "k8s.io/apimachinery/pkg/runtime"
clientgoscheme "k8s.io/client-go/kubernetes/scheme"
"os"
goruntime "runtime"
"sds-node-configurator/api/v1alpha1"
Expand All @@ -33,6 +27,13 @@ import (
"sds-node-configurator/pkg/kubutils"
"sds-node-configurator/pkg/logger"
"sds-node-configurator/pkg/monitoring"

v1 "k8s.io/api/core/v1"
sv1 "k8s.io/api/storage/v1"
extv1 "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1"
"k8s.io/apimachinery/pkg/runtime"
apiruntime "k8s.io/apimachinery/pkg/runtime"
clientgoscheme "k8s.io/client-go/kubernetes/scheme"
"sigs.k8s.io/controller-runtime/pkg/healthz"
"sigs.k8s.io/controller-runtime/pkg/manager"
)
Expand Down Expand Up @@ -63,7 +64,6 @@ func main() {
}

log.Info(fmt.Sprintf("[main] Go Version:%s ", goruntime.Version()))
log.Info(fmt.Sprintf("Hello from GitHub!"))
log.Info(fmt.Sprintf("[main] OS/Arch:Go OS/Arch:%s/%s ", goruntime.GOOS, goruntime.GOARCH))

log.Info("[main] CfgParams has been successfully created")
Expand Down

0 comments on commit ee37e91

Please sign in to comment.