Skip to content

Commit

Permalink
fix: remove debug output
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Dej <[email protected]>
  • Loading branch information
meteyou committed Dec 1, 2024
1 parent 7e77439 commit 5f52a85
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/gcodeviewer/Viewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -587,8 +587,6 @@ export default class Viewer extends Mixins(BaseMixin) {
y: number[]
}[] = []
this.printing_objects.forEach((object: any) => {
window.console.log(object)
const xValues = object.polygon.map((point: number[]) => point[0])
const yValues = object.polygon.map((point: number[]) => point[1])
Expand Down

0 comments on commit 5f52a85

Please sign in to comment.