There was an error while loading. Please reload this page.
1 parent a261283 commit a3ba250Copy full SHA for a3ba250
src/use/useBreakpoints.ts
@@ -122,7 +122,6 @@ export function useBreakpointsContext(options?: UseBreakpointsOptions) {
122
const breakpoints = ref<BreakpointsMatches>(getMatches(options?.defaults, true));
123
124
const setBreakpoints = (value: BreakpointsMatches) => {
125
- console.log('Setting breakpoints:', value);
126
breakpoints.value = value;
127
};
128
0 commit comments