mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-07 02:15:24 +00:00
Added console.log for debug purposes.
This commit is contained in:
parent
f9806c8bfc
commit
5df6868d60
@ -72,7 +72,10 @@ app.factory('DataHandler', function ($q, apiReq) {
|
||||
}
|
||||
|
||||
removeFilter (filterName, search) {
|
||||
console.log(this.filters);
|
||||
angular.forEach(this.filters, function (filter, key) {
|
||||
console.log(filter);
|
||||
console.log(key);
|
||||
if (filterName === filter.name) {
|
||||
this.filters.splice(key, 1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user