Skip to content

Commit

Permalink
Removed debug message in structure brush
Browse files Browse the repository at this point in the history
  • Loading branch information
SIsilicon committed Jan 3, 2025
1 parent 1aeea26 commit 2593f8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/brushes/structure_brush.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ export class StructureBrush extends Brush {
options.flip = newTransform[1];
this.lastTransform = newTransform;
[start, end] = struct.getBounds(center, options);
console.warn(options.rotation, options.flip);
}

yield* history.addUndoStructure(record, start, end);
Expand Down

0 comments on commit 2593f8d

Please sign in to comment.