Remove debug code.

git-svn-id: svn://localhost/ardour2/branches/3.0@10347 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-10-29 21:18:21 +00:00
parent 38da0ec98c
commit 05e5d7964e
1 changed files with 0 additions and 2 deletions

View File

@ -91,10 +91,8 @@ VisibilityGroup::update ()
for (vector<Member>::iterator i = _members.begin(); i != _members.end(); ++i) {
if (i->widget) {
if (i->visible) {
cout << "VG show " << i->name << "\n";
i->widget->show ();
} else {
cout << "VG hide " << i->name << "\n";
i->widget->hide ();
}
}