Skip to content

Commit fe2aeca

Browse files
remove console.log
1 parent 1e6de55 commit fe2aeca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/js/download_wizard.js

-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ function makeCustomFont(settings) {
174174
const newWidth = defaultWidth + websiteData.letterSpacing * 10
175175
const newWidthDecrease = websiteData.letterSpacing * 10
176176
const newWidthMoveAmount = websiteData.letterSpacing * 5
177-
console.log(newWidth, newWidthDecrease, newWidthMoveAmount)
178177
Object.values(font.glyphs.glyphs).forEach((glyph) => {
179178
glyph.path.commands.forEach((command) => {
180179
if (command.type === "M" || command.type === "L") {

0 commit comments

Comments
 (0)