Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
arcuo committed May 11, 2023
1 parent bd498db commit ba6219c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/FilterAnnotModal/FilterAnnotModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ const FilterAnnotModal = () => {

useEffect(() => {
if (isOpen) {
console.log(' annotationFilters:', annotationFilters);
setAuthorFilter(annotationFilters.authorFilter);
setColorFilter(annotationFilters.colorFilter);
setTypesFilter(annotationFilters.typeFilter);
Expand Down

0 comments on commit ba6219c

Please sign in to comment.