[Bf-blender-cvs] [1fb95a08f98] panel-list-patch-2: Remove print statement

Hans Goudey noreply at git.blender.org
Mon Apr 27 02:31:47 CEST 2020


Commit: 1fb95a08f98168f1c244ac158ba7b38db73fdc5d
Author: Hans Goudey
Date:   Wed Apr 22 16:59:53 2020 -0500
Branches: panel-list-patch-2
https://developer.blender.org/rB1fb95a08f98168f1c244ac158ba7b38db73fdc5d

Remove print statement

===================================================================

M	source/blender/blenloader/intern/versioning_290.c

===================================================================

diff --git a/source/blender/blenloader/intern/versioning_290.c b/source/blender/blenloader/intern/versioning_290.c
index 2ea3b352b1d..e8648235b07 100644
--- a/source/blender/blenloader/intern/versioning_290.c
+++ b/source/blender/blenloader/intern/versioning_290.c
@@ -66,7 +66,6 @@ void blo_do_versions_290(FileData *fd, Library *UNUSED(lib), Main *bmain)
 
     /* Transition to saving expansion for all of a modifier's subpanels. */
     if (!DNA_struct_elem_find(fd->filesdna, "SolidifyModifierData", "short", "ui_expand_flag")) {
-      printf("DOING VERIONING!\n");
       for (Object *object = bmain->objects.first; object != NULL; object = object->id.next) {
         LISTBASE_FOREACH (ModifierData *, md, &object->modifiers) {
           if (md->mode & eModifierMode_Expanded_DEPRECATED) {



More information about the Bf-blender-cvs mailing list