File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,6 @@ export abstract class ViewWithBottomSheetBase extends View {
113
113
}
114
114
this . _raiseClosedBottomSheetEvent ( ) ;
115
115
this . _onDismissBottomSheetCallback = null ;
116
- console . log ( '_onDismissBottomSheetCallback' , this ) ;
117
116
this . _bottomSheetClosed ( ) ;
118
117
if ( this . _bottomSheetContext . closeCallback ) {
119
118
this . _bottomSheetContext . closeCallback ( ) ;
Original file line number Diff line number Diff line change @@ -445,7 +445,6 @@ export class ViewWithBottomSheet extends ViewWithBottomSheetBase {
445
445
}
446
446
447
447
_bottomSheetClosed ( ) {
448
- console . log ( '_bottomSheetClosed' ) ;
449
448
super . _bottomSheetClosed ( ) ;
450
449
451
450
if ( this . bottomSheetController ) {
@@ -475,7 +474,6 @@ export class ViewWithBottomSheet extends ViewWithBottomSheetBase {
475
474
}
476
475
477
476
_unloadBottomSheet ( ) {
478
- console . log ( '_unloadBottomSheet' ) ;
479
477
if ( this . isLoaded ) {
480
478
this . callUnloaded ( ) ;
481
479
}
You can’t perform that action at this time.
0 commit comments