Skip to content

Commit

Permalink
Remove "Rendered" from renderSvg console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
ericyd committed Jan 15, 2024
1 parent 586b5fe commit e88e80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/render.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export function renderSvg({ loopCount = 1, openEveryFrame = true, logFilename =
execSync(`open "${filename}"`)
}
if (logFilename) {
console.log(`Rendered ${filename}`)
console.log(filename)
}
postLoop()
}
Expand Down

0 comments on commit e88e80c

Please sign in to comment.