mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 06:49:40 +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) &&
|
||||
container.Labels[label.name] === label.value) {
|
||||
filterContainer = true;
|
||||
console.log('Hide: ' + container.Names[0]);
|
||||
|
||||
}
|
||||
});
|
||||
if (!filterContainer) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue