fix: remove leftover console.log

This commit is contained in:
MauriceNino
2022-06-29 13:52:14 +02:00
parent 72832a5767
commit 60b88389a6

View File

@@ -56,8 +56,6 @@ export function AddItemShelfButton(props: any) {
}
function MatchIcon(name: string, form: any) {
console.log(name, name.replace(/^dash\.$/, 'dashdot'));
fetch(
`https://cdn.jsdelivr.net/gh/walkxhub/dashboard-icons/png/${name
.replace(/\s+/g, '-')