mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Removed unused console
This commit is contained in:
parent
852282bc6a
commit
6849bd7819
1 changed files with 0 additions and 1 deletions
|
|
@ -49,7 +49,6 @@ export const gerberToSvg = async (gerberURL) => {
|
|||
const plotResult = plot(readResult)
|
||||
const renderLayersResult = renderLayers(plotResult)
|
||||
const renderBoardResult = renderBoard(renderLayersResult)
|
||||
console.log({renderLayersResult})
|
||||
return {
|
||||
top: stringifySvg(renderBoardResult.top),
|
||||
bottom: stringifySvg(renderBoardResult.bottom),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue