mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
refactor(ui): remove useless logging
This commit is contained in:
parent
9655f57698
commit
bf4622e4f5
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue