Cleanup: Remove debug-only code

This commit is contained in:
Sergey Sharybin 2018-02-15 17:57:44 +01:00
parent b879502da4
commit 4fd3f8db9d
1 changed files with 0 additions and 1 deletions

View File

@ -358,7 +358,6 @@ void psys_apply_child_modifiers(ParticleThreadContext *ctx, struct ListBase *mod
totkeys = ctx->segments + 1;
max_length = ptex->length;
printf("%f\n", ptex->twist);
for (k = 0, key = keys; k < totkeys; k++, key++) {
ParticlePathIterator iter;
psys_path_iter_get(&iter, keys, totkeys, parent_keys, k);