Skip to content

Commit 26322ca

Browse files
author
farfromrefuge
committed
fix: removed logs
1 parent 9cc4e4b commit 26322ca

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/bottomsheet/bottomsheet-common.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ export abstract class ViewWithBottomSheetBase extends View {
113113
}
114114
this._raiseClosedBottomSheetEvent();
115115
this._onDismissBottomSheetCallback = null;
116-
console.log('_onDismissBottomSheetCallback', this);
117116
this._bottomSheetClosed();
118117
if (this._bottomSheetContext.closeCallback) {
119118
this._bottomSheetContext.closeCallback();

src/bottomsheet/bottomsheet.ios.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,6 @@ export class ViewWithBottomSheet extends ViewWithBottomSheetBase {
445445
}
446446

447447
_bottomSheetClosed() {
448-
console.log('_bottomSheetClosed');
449448
super._bottomSheetClosed();
450449

451450
if (this.bottomSheetController) {
@@ -475,7 +474,6 @@ export class ViewWithBottomSheet extends ViewWithBottomSheetBase {
475474
}
476475

477476
_unloadBottomSheet() {
478-
console.log('_unloadBottomSheet');
479477
if (this.isLoaded) {
480478
this.callUnloaded();
481479
}

0 commit comments

Comments
 (0)