mirror of https://github.com/portainer/portainer
refactor(ui): remove useless logging
parent
9655f57698
commit
bf4622e4f5
|
@ -143,8 +143,6 @@ function ($scope, Container, Settings, Messages, ViewSpinner, Config) {
|
||||||
if (_.has(container.Labels, label.name) &&
|
if (_.has(container.Labels, label.name) &&
|
||||||
container.Labels[label.name] === label.value) {
|
container.Labels[label.name] === label.value) {
|
||||||
filterContainer = true;
|
filterContainer = true;
|
||||||
console.log('Hide: ' + container.Names[0]);
|
|
||||||
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
if (!filterContainer) {
|
if (!filterContainer) {
|
||||||
|
|
Loading…
Reference in New Issue