Removed some debug messages

This commit is contained in:
Joel Holdsworth 2009-01-04 23:32:29 +00:00
parent 05b17a7148
commit 8db54f1179

View file

@ -227,13 +227,9 @@ TimelineLayoutHelper::layout_headers_recursive(
// shown as expanded
const float a = ((float)track_animation_state /
(float)Track::MaxExpandAnimation);
g_message("branch_height = %d", child_branch_height);
child_branch_height *= a * a;
const int y_limit =
branch_offset + child_offset + child_branch_height;
g_message("track_animation_state = %d", track_animation_state);
g_message("branch_height = %d", child_branch_height);
g_message("y_limit = %d", y_limit);
// Obscure tracks according to the animation state
TrackTree::pre_order_iterator descendant_iterator(iterator);