From e623fbff80ac4e335df21cf0a01b1961b03b0d6a Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Wed, 9 Oct 2019 10:53:47 -0400 Subject: [PATCH] refactor(split-pane): remove [main] deprecation warning (#19599) --- core/src/components/split-pane/split-pane.tsx | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/core/src/components/split-pane/split-pane.tsx b/core/src/components/split-pane/split-pane.tsx index 81171d55da..2781c670c4 100644 --- a/core/src/components/split-pane/split-pane.tsx +++ b/core/src/components/split-pane/split-pane.tsx @@ -67,24 +67,6 @@ export class SplitPane implements ComponentInterface { } } - componentWillLoad() { - if (this.contentId === undefined) { - console.warn(`[DEPRECATED][ion-split-pane] Using the [main] attribute is deprecated, please use the "contentId" property instead: -BEFORE: - - ... -
...
-
- -AFTER: - - ... -
...
-
-`); - } - } - @Watch('disabled') @Watch('when') protected updateState() {