Skip to content

Commit aaa97f9

Browse files
committed
refactor(main): remove debug print statement for config path
1 parent 3dfa496 commit aaa97f9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

main.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import (
2222
_ "embed"
2323
"encoding/json"
2424
"flag"
25-
"fmt"
2625
"html/template"
2726
"io"
2827
"os"
@@ -143,7 +142,6 @@ func main() {
143142
cert.MigrateCertificatesGeneratedWithOldAgentVersions(config.GetCertificatesDir())
144143

145144
configPath := config.GetConfigPath()
146-
fmt.Println("configPath: ", configPath)
147145

148146
// Launch main loop in a goroutine
149147
go loop(configPath)

0 commit comments

Comments
 (0)