Remove dupe code

This commit is contained in:
Warren Buckley
2018-09-12 16:38:35 +01:00
parent 630a8af217
commit 962bdcf1b4

View File

@@ -104,10 +104,6 @@
vm.loading = true;
var savedSearches = logViewerResource.getSavedSearches().then(function (data) {
vm.searches = data;
});
var savedSearches = logViewerResource.getSavedSearches().then(function (data) {
vm.searches = data;
},