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 {
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 ( ) ;
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments