diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js
index 9b21bee..d1cd7aa 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js
@@ -503,7 +503,7 @@ function ($scope, $window, $rootScope, $compile, $http, $log, $location, $timeou
$scope.FilterByImage = function (moduleId, query) {
- debugger;
+
console.log(query);
$scope.moduleId = moduleId;
$scope.filterstring = true;
@@ -674,7 +674,7 @@ function ($scope, $window, $rootScope, $compile, $http, $log, $location, $timeou
}
$scope.Reset = function (moduleId, query) {
- debugger;
+
query.selectedbodyregion = "";
query.selectedbodysystem = "";
query.selectedorientation = "";