From a242aca7318c07e8358dee22c6d307dea6daa4bb Mon Sep 17 00:00:00 2001 From: qa46hx Date: Thu, 5 Mar 2020 13:28:54 +0100 Subject: [PATCH] fix(switch): remove old todo --- packages/switch/src/LionSwitch.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/switch/src/LionSwitch.js b/packages/switch/src/LionSwitch.js index 2155fe75b..bec404be2 100644 --- a/packages/switch/src/LionSwitch.js +++ b/packages/switch/src/LionSwitch.js @@ -72,8 +72,6 @@ export class LionSwitch extends ChoiceInputMixin(LionField) { _isEmpty() {} __handleButtonSwitchCheckedChanged() { - // TODO: should be replaced by "_inputNode" after the next breaking change - // https://github.com/ing-bank/lion/blob/master/packages/field/src/FormControlMixin.js#L78 this.checked = this._inputNode.checked; }