13
0

remove unneeded debug output

This commit is contained in:
Ben Loftis 2015-03-07 17:10:19 -06:00
parent 7edc7a8d28
commit 23a6526de7

View File

@ -795,7 +795,6 @@ bool
EngineControl::print_channel_count (Gtk::SpinButton* sb)
{
if (ARDOUR::Profile->get_mixbus()) {
cout << "Mixbus crash trap. sb->get_value(): " << sb->get_value();
return true;
}