Skip to content

Commit 726ba45

Browse files
committed
chore: removed leftover console.log
1 parent b6835d1 commit 726ba45

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/custom.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -191,11 +191,6 @@ export default (options: CustomFonts, config: ResolvedConfig) => {
191191
for (const face of faces) css.push(createFontFaceCSS(face))
192192
}
193193

194-
console.log({
195-
tags,
196-
css: css.join('\n\n'),
197-
})
198-
199194
// --- Return tags and CSS.
200195
return {
201196
tags,

0 commit comments

Comments
 (0)