Accidentally left in a print for commit 34912

This commit is contained in:
Ton Roosendaal 2011-02-21 18:18:55 +00:00
parent 4fb730d6d0
commit 8327333b40

@ -206,8 +206,6 @@ static int view3d_layers_exec(bContext *C, wmOperator *op)
for (base= scene->base.first; base; base= base->next) { for (base= scene->base.first; base; base= base->next) {
if(base->lay & oldlay) if(base->lay & oldlay)
base->object->recalc= OB_RECALC_OB|OB_RECALC_DATA; base->object->recalc= OB_RECALC_OB|OB_RECALC_DATA;
if(base->lay & oldlay)
printf("recalc %s\n", base->object->id.name+2);
} }
ED_area_tag_redraw(sa); ED_area_tag_redraw(sa);