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, flag,
...props ...props
}: { flag: Flag } & ComponentPropsWithoutRef<"svg">) { }: { flag: Flag } & ComponentPropsWithoutRef<"svg">) {
console.log("render Icon", flag);
switch (flag) { switch (flag) {
case Flag.New: case Flag.New:
return <BlipNew {...props} />; return <BlipNew {...props} />;