Removed own debug print.

This commit is contained in:
Lukas Tönne
2014-09-04 09:32:01 +02:00
parent ae162f61e7
commit b8a9579954

View File

@@ -1934,9 +1934,6 @@ static void cloth_calc_force(ClothModifierData *clmd, float UNUSED(frame), lfVec
cloth_apply_spring_force(clmd, search->link, lF, lX, lV, dFdV, dFdX);
search = search->next;
}
// printf("====== dFdV ======\n");
// print_sparse_matrix(dFdV);
// printf("============\n");
// printf("\n");
}