Skip to content
Snippets Groups Projects
Commit d41b71b4 authored by Diego Giovane Pasqualin's avatar Diego Giovane Pasqualin
Browse files

assets/js/attendance.search.js: Remove debug message

parent 6ad43123
No related branches found
No related tags found
No related merge requests found
......@@ -161,7 +161,6 @@ angular.module('datasid.attendance.search', []).
};
$scope.updateFilters = function (filterIn, optionIn) {
console.log(optionIn);
$scope.compiledFilters = {};
if (filterIn) {
......@@ -223,4 +222,4 @@ angular.module('datasid.attendance.search', []).
};
$scope.updateFilters();
});
\ No newline at end of file
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment