Skip to content

Commit 9e6177b

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Input.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ const Input: React.FC = () => {
125125
const arrow = arrowContainer?.current;
126126

127127
function showCalendarContainer() {
128-
console.log(arrow);
129128
if (arrow && div && div.classList.contains("hidden")) {
130129
div.classList.remove("hidden");
131130
div.classList.add("block");

0 commit comments

Comments
 (0)