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

Commit

Permalink
fix: remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Raspincel committed Feb 26, 2024
1 parent cef92bd commit a2f832a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/web-components/comments/components/float-button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,6 @@ export class CommentsFloatButton extends WebComponentsBaseElement {
bottom: fbBottom,
} = floatButton.getBoundingClientRect();

console.log(sbLeft, sbRight, sbTop, sbBottom);
console.log(fbLeft, fbRight, fbTop, fbBottom);

const sidebarHidesTop = sbBottom > fbTop && fbBottom > sbTop;
const sidebarHidesBottom = sbTop < fbBottom && fbTop < sbBottom;
const sidebarHidesLeft = sbRight > fbLeft && fbRight > sbLeft;
Expand Down

0 comments on commit a2f832a

Please sign in to comment.