Skip to content

Commit

Permalink
remove forgotten print
Browse files Browse the repository at this point in the history
  • Loading branch information
paramah committed Dec 14, 2022
1 parent 9dfd092 commit 54d2e04
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/modules/compose/compose.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package compose
import (
"bytes"
"errors"
"fmt"
"github.com/Masterminds/semver"
"github.com/paramah/ledo/app/logger"
"github.com/paramah/ledo/app/modules/context"
Expand Down Expand Up @@ -33,8 +32,6 @@ func CheckDockerComposeVersion() {
result := r.FindStringSubmatch(output.String())
composeVersion := result[4]

fmt.Printf("Output: %s", result)

verConstraint, _ := semver.NewConstraint(DockerComposeVersion)
composeSemVer, _ := semver.NewVersion(composeVersion)

Expand Down

0 comments on commit 54d2e04

Please sign in to comment.