Skip to content

Commit 86f6b39

Browse files
committed
fix(bottomsheet): ios removed log
1 parent fd1ccbb commit 86f6b39

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bottomsheet/bottomsheet.ios.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,6 @@ export class ViewWithBottomSheet extends ViewWithBottomSheetBase {
458458
whenClosedCallback?.();
459459
return;
460460
}
461-
console.log('_hideNativeBottomSheet', new Error().stack);
462461
const parentWithController = IOSHelper.getParentWithViewController(parent);
463462
if (!parent || !parentWithController) {
464463
Trace.error('Trying to hide bottom-sheet view but no parent with viewController specified.');

0 commit comments

Comments
 (0)