Skip to content

Commit 9a7b7fd

Browse files
committed
remove console.log
1 parent 9e6177b commit 9a7b7fd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/Datepicker.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,6 @@ const Datepicker: React.FC<Props> = ({
193193
const screenCenter = window.innerWidth / 2;
194194
const containerCenter = (detail.right - detail.x) / 2 + detail.x;
195195

196-
console.log(detail.bottom, calendarContainer.getBoundingClientRect().top);
197-
198196
if (containerCenter > screenCenter) {
199197
arrow.classList.add("right-0");
200198
arrow.classList.add("mr-3.5");

0 commit comments

Comments
 (0)