Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
esimkowitz committed Dec 29, 2024
1 parent d695738 commit 7040f00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/app/element/search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ const SearchComponent = ({
if (floatingLeft < 5) {
xOffsetCalc += 5 - floatingLeft;
}
console.log("offsetCalc", yOffsetCalc, xOffsetCalc);
return {
mainAxis: yOffsetCalc,
crossAxis: xOffsetCalc,
Expand Down

0 comments on commit 7040f00

Please sign in to comment.