Skip to content

Commit d57dc8f

Browse files
committed
yep
1 parent 4ec3829 commit d57dc8f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

frontend/degree-plan/components/FourYearPlan/PlanPanel.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,8 @@ const PlanPanel = ({
9494
if (!currentSemester) return;
9595

9696
const attemptScroll = () => {
97-
console.log(semesterRefs);
98-
console.log(semesterRefs?.current);
9997
const target = semesterRefs?.current?.[currentSemester];
100-
console.log("target", target);
10198
if (target) {
102-
console.log("scrolling to", target);
10399
target.scrollIntoView({ behavior: 'smooth', block: 'center', inline: 'center' });
104100
}
105101
};

0 commit comments

Comments
 (0)