removed console.logs

This commit is contained in:
Claus
2016-08-16 11:45:42 +02:00
parent 9e9e51cf29
commit d5d0a958d3
2 changed files with 0 additions and 2 deletions

View File

@@ -43,7 +43,6 @@ function treeSearchBox(localizationService, searchService, $q) {
//a canceler exists, so perform the cancelation operation and reset
if (canceler) {
console.log("CANCELED!");
canceler.resolve();
canceler = $q.defer();
}

View File

@@ -100,7 +100,6 @@ function SearchController($scope, searchService, $log, $location, navigationServ
//a canceler exists, so perform the cancelation operation and reset
if (canceler) {
console.log("CANCELED!");
canceler.resolve();
canceler = $q.defer();
}