Skip to content

Commit

Permalink
refactor(main): remove debug print statement for config path
Browse files Browse the repository at this point in the history
  • Loading branch information
dido18 committed Jan 29, 2025
1 parent 3dfa496 commit aaa97f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import (
_ "embed"
"encoding/json"
"flag"
"fmt"
"html/template"
"io"
"os"
Expand Down Expand Up @@ -143,7 +142,6 @@ func main() {
cert.MigrateCertificatesGeneratedWithOldAgentVersions(config.GetCertificatesDir())

configPath := config.GetConfigPath()
fmt.Println("configPath: ", configPath)

// Launch main loop in a goroutine
go loop(configPath)
Expand Down

0 comments on commit aaa97f9

Please sign in to comment.