1
0
Fork 0
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:
Anthony Lapenna 2016-06-24 10:23:12 +12:00
parent 9655f57698
commit bf4622e4f5

View file

@ -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) {