Skip to content

Commit

Permalink
Merge pull request #31 from anas-sarkez/main
Browse files Browse the repository at this point in the history
Removed the rest console log
  • Loading branch information
AnasSarkiz authored Aug 30, 2024
2 parents a527399 + 8a199b9 commit 63382e5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib/pcb-soup-to-svg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ function circuitJsonToPcbSvg(soup: AnySoupElement[]): string {
const svgElements = soup
.map((item) => {
const element = createSvgElement(item, transform)
if (element === null) {
console.warn("Null element created for item:", item)
}
return element
})
.filter((element) => element !== null)
Expand Down

0 comments on commit 63382e5

Please sign in to comment.