Skip to content

Commit

Permalink
remove log line
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Nov 5, 2024
1 parent dbddf97 commit 3cfa417
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/components/base-components/NormalComponent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,6 @@ export class NormalComponent<
primaryPortLabels[port] = Array.isArray(label) ? label[0] : label
}

console.log("inserting schematic component")
const schematic_component = db.schematic_component.insert({
center: { x: props.schX ?? 0, y: props.schY ?? 0 },
rotation: props.schRotation ?? 0,
Expand Down

0 comments on commit 3cfa417

Please sign in to comment.