Skip to content

Commit

Permalink
fix: Commented pre code
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiwalyakoparkar committed Jul 21, 2024
1 parent 63c6650 commit b869184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/controllers/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func getStatus() string {
tokenPath := os.Getenv("TOKEN")
//fmt.Println(tokenPath)
apiserver := os.Getenv("APISERVER")
ns := os.Getenv("NS")
//ns := os.Getenv("NS")
//fmt.Println(apiserver)
tokenFile, err := os.Open(tokenPath)

Expand Down

0 comments on commit b869184

Please sign in to comment.