Cleanup: Remove debug-only code

This commit is contained in:
Sergey Sharybin 2021-07-29 14:46:54 +02:00
parent 810c88b5f1
commit 24ba931f40
1 changed files with 0 additions and 1 deletions

View File

@ -1137,7 +1137,6 @@ static void sync_mesh_cached_velocities(BL::Object &b_ob, Scene *scene, Mesh *me
static void sync_mesh_fluid_motion(BL::Object &b_ob, Scene *scene, Mesh *mesh)
{
LOG(INFO) << b_ob.name();
if (!mesh_need_motion_attribute(b_ob, scene)) {
return;
}