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() {