Skip to content

Commit

Permalink
remove flag emoji in pretty view which doesnt look good.
Browse files Browse the repository at this point in the history
ref #144
  • Loading branch information
UmanShahzad committed Apr 24, 2023
1 parent b930414 commit 02e2503
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ipinfo/utils_output.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ func outputFriendlyCore(d *ipinfo.Core) {
printline("Country", "")
} else {
printline("Country", fmt.Sprintf("%v (%v)", d.CountryName, d.Country))
printline("Flag", fmt.Sprintf("%v", d.CountryFlag.Emoji))
printline("Currency", fmt.Sprintf("%v (%v)", d.CountryCurrency.Code, d.CountryCurrency.Symbol))
}
printline("Location", d.Location)
Expand Down

0 comments on commit 02e2503

Please sign in to comment.