Skip to content

Commit 0e96fc0

Browse files
committed
remove console.log
1 parent f2cbff3 commit 0e96fc0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/project/types/website/listing/website-listing-categories.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ export function categorySidebar(
7272
categoriesEl.appendChild(allEl);
7373
}
7474

75-
console.log("HERE");
7675
for (
7776
const cat of Object.keys(cats).sort((a: string, b: string) =>
7877
a.toLocaleLowerCase().localeCompare(b.toLocaleLowerCase())

0 commit comments

Comments
 (0)