Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
MDrakos committed Oct 24, 2024
1 parent 9eab57a commit a67002f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/buildscript/buildscript.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import (

"github.com/ActiveState/cli/internal/condition"
"github.com/ActiveState/cli/internal/errs"
"github.com/ActiveState/cli/internal/logging"
"github.com/brunoga/deep"
)

Expand Down Expand Up @@ -93,7 +92,6 @@ func (b *BuildScript) Equals(other *BuildScript) (bool, error) {
if err != nil {
return false, errs.Wrap(err, "Unable to marshal other buildscript")
}
logging.Debug("BuildScript.Equals, myBytes: %s, otherBytes: %s", string(myBytes), string(otherBytes))
return string(myBytes) == string(otherBytes), nil
}

Expand Down

0 comments on commit a67002f

Please sign in to comment.