diff --git a/src/main/webapp/scripts/directives/serverMap.js b/src/main/webapp/scripts/directives/serverMap.js index c1c9c3e7b..9f906424e 100644 --- a/src/main/webapp/scripts/directives/serverMap.js +++ b/src/main/webapp/scripts/directives/serverMap.js @@ -279,16 +279,9 @@ pinpointApp.directive('serverMap', [ 'serverMapConfig', '$rootScope', '$window', */ getFilteredServerMapData = function (query, callback) { oProgressBar.setLoading(30); - var url; - if (oServerMap) { - url = 'test2.json'; - } else { - url = 'test1.json'; - } jQuery.ajax({ type: 'GET', -// url: cfg.filteredServerMapDataUrl, - url: url, + url: cfg.filteredServerMapDataUrl, cache: false, dataType: 'json', data: {