remove stray log

This commit is contained in:
Kendall Garner 2024-05-05 19:56:35 -07:00
parent 645697367d
commit 4afb893ce5
No known key found for this signature in database
GPG key ID: 18D2767419676C87

View file

@ -18,8 +18,6 @@ export const SettingsHeader = ({ setSearch }: SettingsHeaderProps) => {
const search = useSettingSearchContext(); const search = useSettingSearchContext();
const cq = useContainerQuery(); const cq = useContainerQuery();
console.log(cq);
const handleResetToDefault = () => { const handleResetToDefault = () => {
reset(); reset();
closeAllModals(); closeAllModals();