Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie committed Jul 24, 2024
1 parent 154a9dd commit b66fe04
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/compose/compose.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package compose

import (
"errors"
"fmt"
"os"
"path/filepath"
"regexp"
Expand Down Expand Up @@ -38,7 +37,6 @@ func TargetTags(files []bake.File) (map[string][]string, error) {
}

if len(configFiles) == 0 {
fmt.Println("no config files")
return nil, nil
}

Expand Down

0 comments on commit b66fe04

Please sign in to comment.