Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop authored Aug 28, 2024
1 parent 9ef1613 commit 9c57bdc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ type FormatPropertyProps = {
};

export function FormatPropertyURL({ property }: FormatPropertyProps) {
console.log("property", property);
if (property == null) {
return null;
}
Expand Down

0 comments on commit 9c57bdc

Please sign in to comment.