Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
michelleli01 committed Dec 26, 2023
1 parent 516b050 commit 5279b9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/modules/SearchBar/Components/SearchBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ export const SearchBar = ({

let coursesList: JSX.Element[] = []

console.log(courses)
coursesList = courses.slice(0, 5).map((course, i) => (
//create a new class "button" that will set the selected class to this class when it is clicked.
<Course
Expand Down

0 comments on commit 5279b9f

Please sign in to comment.