Skip to content

Commit

Permalink
Remove glog flags
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed May 24, 2024
1 parent 65fdce4 commit 83ecbfd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/csi-driver-cacerts/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ var (
)

func init() {
_ = flag.Set("logtostderr", "true")

utilruntime.Must(clientgoscheme.AddToScheme(scheme))
utilruntime.Must(cmscheme.AddToScheme(scheme))
utilruntime.Must(api.AddToScheme(scheme))
Expand Down

0 comments on commit 83ecbfd

Please sign in to comment.