Skip to content

Commit 65e723e

Browse files
Remove console log
1 parent da6bbc6 commit 65e723e

File tree

1 file changed

+1
-1
lines changed
  • core/src/components/modal/animations

1 file changed

+1
-1
lines changed

core/src/components/modal/animations/sheet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const createSheetEnterAnimation = (opts: ModalAnimationOptions) => {
1515
const initialBackdrop = shouldShowBackdrop
1616
? `calc(var(--backdrop-opacity) * ${staticBackdropOpacity ? 1 : currentBreakpoint!})`
1717
: '0';
18-
console.log('initial backdrop', initialBackdrop);
18+
1919
const backdropAnimation = createAnimation('backdropAnimation').fromTo('opacity', 0, initialBackdrop);
2020

2121
if (shouldShowBackdrop) {

0 commit comments

Comments
 (0)