Skip to content

Commit

Permalink
fix: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed May 14, 2024
1 parent 9a1d854 commit 88ecbb3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions env.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package lipgloss

import (
"io"
"log"
"os"
"strconv"
"strings"
Expand Down Expand Up @@ -119,7 +118,6 @@ func envColorProfile(env map[string]string) (p Profile) {
p = Ascii // Default to ASCII
setProfile := func(profile Profile) {
if profile < p {
log.Output(3, "Setting profile to "+profile.String())
p = profile
}
}
Expand Down

0 comments on commit 88ecbb3

Please sign in to comment.