Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 committed Jan 29, 2024
1 parent 03edfe7 commit 7100055
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/antalmanac/src/components/Header/Import.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ function Import() {
}, []);

const handleSubmit = async () => {
console.log(term);
const currentSchedule = AppStore.getCurrentScheduleIndex();

let zotcourseImport: ZotCourseResponse | null = null;
Expand Down

0 comments on commit 7100055

Please sign in to comment.