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:
authorJoshua Leung <aligorith@gmail.com>2018-06-21 07:08:52 +0300
committerJoshua Leung <aligorith@gmail.com>2018-06-21 07:08:52 +0300
commit3777918e5c90ccb4469fe9f6282e0b4d7e53b859 (patch)
tree2363b62ebe024de9d2aab5339e1361377ba67882 /source/blender/editors/space_action/space_action.c
parent417856dae5f072fae929e2a979cc31504f934558 (diff)
Remove debug prints
Diffstat (limited to 'source/blender/editors/space_action/space_action.c')
-rw-r--r--source/blender/editors/space_action/space_action.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/space_action/space_action.c b/source/blender/editors/space_action/space_action.c
index 31ae47245c5..537f184c71c 100644
--- a/source/blender/editors/space_action/space_action.c
+++ b/source/blender/editors/space_action/space_action.c
@@ -859,7 +859,6 @@ static void action_space_subtype_set(ScrArea *sa, int value)
sact->mode = value;
}
else {
- printf("%p mode prev = %d\n", sact, sact->mode_prev);
sact->mode = sact->mode_prev;
}
}