Torkel Odegaard 12 лет назад
Родитель
Сommit
e86f4f94ef
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/app/services/annotationsSrv.js

+ 2 - 2
src/app/services/annotationsSrv.js

@@ -11,7 +11,7 @@ define([
 
     this.init = function() {
       this.annotationList = [
-        {
+       /* {
           type: 'graphite-target',
           enabled: false,
           target: 'metrics_data.mysite.dolph.counters.payment.cart_klarna_payment_completed.count',
@@ -22,7 +22,7 @@ define([
           enabled: true,
           target: 'metrics_data.mysite.dolph.counters.payment.cart_paypal_payment_completed.count',
           name: 'restarts',
-        }
+        }*/
       ];
     };