Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
mmghv committed Feb 21, 2024
1 parent 9a40cfb commit 8cb5cf7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cssParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ export function parseCss(
}
}
}
console.log(result.lineWidth)

const borderColor = parseColor(element, (elem) => {
return window.getComputedStyle(elem)[borderColorSide]
Expand Down

1 comment on commit 8cb5cf7

@Jared-Hood
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@simonbengtsson Can you cut a new version with this change included?

Please sign in to comment.