Skip to content

Commit

Permalink
updated main.go with SetFlags
Browse files Browse the repository at this point in the history
  • Loading branch information
willguibr committed Dec 29, 2022
1 parent c9660b2 commit e7c2149
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ import (
"github.com/zscaler/terraform-provider-zpa/zpa"
)

// func main() {
// plugin.Serve(&plugin.ServeOpts{
// ProviderFunc: zpa.Provider,
// })
// }

func main() {
log.SetFlags(log.Flags() &^ (log.Ldate | log.Ltime))
plugin.Serve(&plugin.ServeOpts{
Expand Down

0 comments on commit e7c2149

Please sign in to comment.