Skip to content

Commit 6c81984

Browse files
committed
fix: remove a debugging statement
1 parent e6a8c4a commit 6c81984

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/get_color_name.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ func GetColorName(myHexColorCode string) string {
3535
for i := range colorData {
3636
// Exit early if there's an exact hex code match.
3737
if colorData[i].Hex == myHashedHexColorCode {
38-
fmt.Println("Exact match for index:", i)
3938
closestColorIndex = i
4039
break
4140
}

0 commit comments

Comments
 (0)