13
0

remove debug output

This commit is contained in:
Paul Davis 2023-06-27 09:21:56 -06:00
parent 1febe07480
commit e6b4d38e52

View File

@ -379,7 +379,6 @@ VelocityGhostRegion::set_selected (bool yn)
set_colors ();
if (yn) {
std::cerr << parent_rv.get_item_name() << " raise to top\n";
group->raise_to_top ();
}
}