Animation started
diff --git a/xos-apps/auto-scale/gui/src/js/autoscaling.service.js b/xos-apps/auto-scale/gui/src/js/autoscaling.service.js
index 5af613d..cd52aaf 100644
--- a/xos-apps/auto-scale/gui/src/js/autoscaling.service.js
+++ b/xos-apps/auto-scale/gui/src/js/autoscaling.service.js
@@ -33,6 +33,7 @@
 
   this.getAutoscalingData = () => {
     $http.get('/autoscaledata')
+    // $http.get('../mocks/mock.json')
     .success((res) => {
       $rootScope.$emit('autoscaling.update', this.formatData(res));
     });