Skip to content

Commit f129edc

Browse files
committed
fix: remove logging
1 parent 3a09879 commit f129edc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/utils/color.go

-2
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,6 @@ func getXRDB() error {
126126
line := scanner.Text()
127127
for _, match := range re.FindAllStringSubmatch(line, -1) {
128128
if match != nil {
129-
PrintError(match[1])
130-
PrintError(match[2])
131129
db[match[1]] = match[2]
132130
}
133131
}

0 commit comments

Comments
 (0)