remove stray log
This commit is contained in:
parent
645697367d
commit
4afb893ce5
1 changed files with 0 additions and 2 deletions
|
@ -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();
|
||||||
|
|
Reference in a new issue