IO-2531 Remove Console Log

This commit is contained in:
Allan Carr
2024-01-16 12:12:53 -08:00
parent 2ce8549502
commit 0cc367b25e

View File

@@ -27,7 +27,6 @@ export function JobsList({ bodyshop, refetch, loading, jobs, total }) {
const [openSearchResults, setOpenSearchResults] = useState([]);
const [searchLoading, setSearchLoading] = useState(false);
const [filter, setFilter] = useLocalStorage("filter_jobs_all", null);
console.log("filter", filter);
const { page, sortcolumn, sortorder } = search;
const history = useHistory();