chore: remove console.log
This commit is contained in:
committed by
Mathias Schopmans
parent
452def1318
commit
e42b175ab7
@@ -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} />;
|
||||||
|
|||||||
Reference in New Issue
Block a user