diff --git a/src/components/RecordLibraryPage/index.js b/src/components/RecordLibraryPage/index.js index 5e4ab4a..781e692 100644 --- a/src/components/RecordLibraryPage/index.js +++ b/src/components/RecordLibraryPage/index.js @@ -15,7 +15,6 @@ export default function RecordLibrary() { difficulty: 'all', timeFrame: 'all', }); - console.log(filters.timeFrame) useEffect(() => { let newData = userProblemArray.filter((prompt) => ( (prompt.promptName.includes(search) ||