Skip to content

Commit

Permalink
[easy] remove extraneous debugging Printf from devbox.installNixPacka…
Browse files Browse the repository at this point in the history
…gesToStore (#1750)

## Summary

## How was it tested?
  • Loading branch information
savil authored Jan 25, 2024
1 parent 64b4d87 commit 1732602
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/devbox/packages.go
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,6 @@ func (d *Devbox) installNixPackagesToStore(ctx context.Context) error {
// This is because glibcLocales is only available on Linux.
// The user should try `devbox add` again with `--exclude-platform`
errMessage := strings.TrimSpace(err.Error())
fmt.Printf("errMessage is %s\n", errMessage)
maybePackageSystemCompatibilityError := strings.Contains(errMessage, "error: flake output attribute") &&
strings.Contains(errMessage, "is not a derivation or path")

Expand Down

0 comments on commit 1732602

Please sign in to comment.