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