Skip to content

Commit ec4b996

Browse files
authored
Merge pull request #32 from jaulz/fix/remove-console-log
fix: remove console log
2 parents 2fac9ea + a5e2c5c commit ec4b996

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/favicon.ts

-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ const getBestFavicon = (): BestFavicon => {
110110
continue
111111
}
112112
}
113-
console.log(bestFavicon)
114113

115114
return bestFavicon
116115
}

0 commit comments

Comments
 (0)