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:
authorSybren A. Stüvel <sybren@blender.org>2020-11-24 13:13:43 +0300
committerSybren A. Stüvel <sybren@blender.org>2020-11-24 13:13:43 +0300
commitaca8eadb63ebbeb0b53b114ebba6cea7d1e460c0 (patch)
treec92606f77071c8a5d45e4dd09db35e63a9dc8dfd
parent6c6a5a72c2978f7fcd57c419458309ae38fd36d8 (diff)
Animation: Remove debug prints
Remove accidentally-commited debug prints. No functional changes. Reviewed by: sergey Differential Revision: https://developer.blender.org/D9637
-rw-r--r--source/blender/editors/animation/anim_channels_edit.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/editors/animation/anim_channels_edit.c b/source/blender/editors/animation/anim_channels_edit.c
index 360335a54d7..6c3018749f7 100644
--- a/source/blender/editors/animation/anim_channels_edit.c
+++ b/source/blender/editors/animation/anim_channels_edit.c
@@ -2683,12 +2683,8 @@ static int animchannels_box_select_exec(bContext *C, wmOperator *op)
WM_operator_properties_border_to_rcti(op, &rect);
if (!extend) {
- printf("\n\n\n\033[92mBox-selecting channels without extend!\033[0m\n");
ANIM_anim_channels_select_set(&ac, ACHANNEL_SETFLAG_CLEAR);
}
- else {
- printf("\n\n\n\033[91mBox-selecting channels WITH extend!\033[0m\n");
- }
if (select) {
selectmode = ACHANNEL_SETFLAG_ADD;