refactor(ui): remove useless logging

pull/22/head
Anthony Lapenna 2016-06-24 10:23:12 +12:00
parent 9655f57698
commit bf4622e4f5
1 changed files with 0 additions and 2 deletions

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