diff --git a/interface/resources/qml/hifi/simplifiedUI/simplifiedControls/Switch.qml b/interface/resources/qml/hifi/simplifiedUI/simplifiedControls/Switch.qml index e734cd65fe..9377dba9e1 100644 --- a/interface/resources/qml/hifi/simplifiedUI/simplifiedControls/Switch.qml +++ b/interface/resources/qml/hifi/simplifiedUI/simplifiedControls/Switch.qml @@ -70,8 +70,6 @@ Item { } onCheckedChanged: { - root.checkedChanged(); - Tablet.playSound(TabletEnums.ButtonClick); originalSwitch.changeColor(); }