There is console.log in cssParser
Closed this issue · 3 comments
eunyeong-j commented
Hi Team!
I have been using your library well and I appreciate it.
However, there is one fix in the latest version that I am raising as an issue.
cssParser.ts has a console.log that needs to be deleted.
- version: 3.8.2
- line: 65
- code: console.log(result.lineWidth)
Thank you :)
mmghv commented
It was removed earlier in 8cb5cf7 but no release was published since then.
@simonbengtsson Could you publish a new release please?
simonbengtsson commented
Ah! Thanks for reporting. Release is now out with the console log fix.
eunyeong-j commented
I really appreciate your help!