Skip to content

Commit

Permalink
remove ghost code
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Nov 5, 2024
1 parent 29a058f commit 88cc8ab
Showing 1 changed file with 0 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,26 +208,6 @@ export const createSvgObjectsFromSchematicComponentWithSymbol = ({
value: "",
children: [],
})
// svgObjects.push({
// type: "element",
// name: "text",
// attributes: {
// x: screenPortPos.x.toString(),
// y: screenPortPos.y.toString(),
// "font-family": "sans-serif",
// "font-size": "10px",
// },
// value: "",
// children: [
// {
// type: "text",
// value: port.labels.join(","),
// name: "",
// attributes: {},
// children: [],
// },
// ],
// })
}

return svgObjects
Expand Down

0 comments on commit 88cc8ab

Please sign in to comment.