chore: remove console.log

This commit is contained in:
Mathias Schopmans
2024-02-27 16:16:48 +01:00
committed by Mathias Schopmans
parent 452def1318
commit e42b175ab7

View File

@@ -12,7 +12,6 @@ function Icon({
flag,
...props
}: { flag: Flag } & ComponentPropsWithoutRef<"svg">) {
console.log("render Icon", flag);
switch (flag) {
case Flag.New:
return <BlipNew {...props} />;