removed printf

This commit is contained in:
Campbell Barton 2008-04-02 16:22:43 +00:00
parent 8a6f9f2a88
commit bab535ce1a

@ -700,9 +700,7 @@ void do_flatten_brush(const BrushAction *a, const ListBase *active_verts)
VecAddf(val, val, co);
sculpt_clip(a, co, val);
if (isnan(co[0]) || isnan(co[1]) || isnan(co[2])) {
printf("NAN\n");
}
node= node->next;
}
}