Skip to content

Commit

Permalink
removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
fraincs committed Mar 12, 2024
1 parent ff837a5 commit a66b74d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/tokens/src/style-dictionary/format/font-face.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ export function fontFace ({ dictionary, options }: { dictionary: Dictionary; opt
value: path
} = prop;

console.log(attributes);

const urls = formats
.map((extension: string) => `url("${fontPathPrefix}${path}") format("${formatsMap[extension]}")`);

Expand Down

0 comments on commit a66b74d

Please sign in to comment.