Skip to content

Commit a3ba250

Browse files
committed
Update: remove console.log
1 parent a261283 commit a3ba250

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/use/useBreakpoints.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ export function useBreakpointsContext(options?: UseBreakpointsOptions) {
122122
const breakpoints = ref<BreakpointsMatches>(getMatches(options?.defaults, true));
123123

124124
const setBreakpoints = (value: BreakpointsMatches) => {
125-
console.log('Setting breakpoints:', value);
126125
breakpoints.value = value;
127126
};
128127

0 commit comments

Comments
 (0)