diff --git a/client/scripts/grapher.js b/client/scripts/grapher.js index 0205a7f..346e55a 100644 --- a/client/scripts/grapher.js +++ b/client/scripts/grapher.js @@ -221,8 +221,6 @@ if (_onValueChanged) { _onValueChanged(_name, _data.value); } - - animateIndicator(_valueAnimated, _data.value); } function animateIndicator(valueOld, valueNew) {