Mitsuhiro Tanda пре 10 година
родитељ
комит
d09e8a12b4
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      public/app/plugins/datasource/cloudwatch/datasource.js

+ 1 - 2
public/app/plugins/datasource/cloudwatch/datasource.js

@@ -2,13 +2,12 @@
 define([
   'angular',
   'lodash',
-  'app/core/utils/datemath',
   'moment',
   './queryCtrl',
   './directives',
   'aws-sdk',
 ],
-function (angular, _, dateMath) {
+function (angular, _) {
   'use strict';
 
   var module = angular.module('grafana.services');