Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
fix: remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
Raspincel committed Jan 11, 2024
1 parent 5ecbf1b commit e7f9631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/comments/html-pin-adapter/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ export class HTMLPin implements PinAdapter {
if (!wrapper) return;

const { width, height } = wrapper.getBoundingClientRect();
console.error(x, width, y, height);

const pinElement = this.createPin(annotation, x, y);
wrapper.appendChild(pinElement);
this.pins.set(annotation.uuid, pinElement);
Expand Down

0 comments on commit e7f9631

Please sign in to comment.