Skip to content

Commit

Permalink
Remove logs
Browse files Browse the repository at this point in the history
Made for debug, we must remove them.

Todo, add a logger system for debug.
  • Loading branch information
metal3d committed Nov 8, 2024
1 parent 2d33367 commit 817ebe0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions parser/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ func Parse(profiles []string, envFiles []string, dockerComposeFile ...string) (*
cli.DefaultOverrideFileNames = append(cli.DefaultOverrideFileNames, dockerComposeFile...)
}

log.Println("Loading compose files: ", cli.DefaultOverrideFileNames)

// resolve absolute paths of envFiles
for i := range envFiles {
var err error
Expand All @@ -41,7 +39,6 @@ func Parse(profiles []string, envFiles []string, dockerComposeFile ...string) (*
log.Fatal(err)
}
}
log.Println("Loading env files: ", envFiles)

options, err := cli.NewProjectOptions(nil,
cli.WithProfiles(profiles),
Expand Down

0 comments on commit 817ebe0

Please sign in to comment.