Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/blenkernel/intern/nla.c')
-rw-r--r--source/blender/blenkernel/intern/nla.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/blenkernel/intern/nla.c b/source/blender/blenkernel/intern/nla.c
index 3356f599c59..62500af85ff 100644
--- a/source/blender/blenkernel/intern/nla.c
+++ b/source/blender/blenkernel/intern/nla.c
@@ -452,9 +452,6 @@ void BKE_nla_action_pushdown (AnimData *adt)
adt->action= NULL;
}
- // TEMP DEBUG...
- printf("BKE_nla_action_pushdown(): NLA strip added.. done \n");
-
// TODO: set any other flags necessary here...
}