[Bf-blender-cvs] [eb0142e9aff] master: Cleanup debug print left in by mistake.

Bastien Montagne noreply at git.blender.org
Wed Jul 3 16:45:45 CEST 2019


Commit: eb0142e9aff749286baf6ad09a4d1f641f1eb7d1
Author: Bastien Montagne
Date:   Wed Jul 3 16:44:58 2019 +0200
Branches: master
https://developer.blender.org/rBeb0142e9aff749286baf6ad09a4d1f641f1eb7d1

Cleanup debug print left in by mistake.

Thanks to @brecht for noticing it. :)

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

M	source/blender/blenkernel/intern/customdata.c

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

diff --git a/source/blender/blenkernel/intern/customdata.c b/source/blender/blenkernel/intern/customdata.c
index 5bfb14824b4..1fb29745dba 100644
--- a/source/blender/blenkernel/intern/customdata.c
+++ b/source/blender/blenkernel/intern/customdata.c
@@ -4197,7 +4197,6 @@ bool CustomData_verify_versions(struct CustomData *data, int index)
              /* XXX Not sure why those three are exception, maybe that should be fixed? */
              !ELEM(layer->type, CD_PAINT_MASK, CD_FACEMAP, CD_MTEXPOLY)) {
       keeplayer = false;
-      printf("%d\n", layer->type);
       CLOG_WARN(&LOG, ".blend file read: removing a data layer that should not have been written");
     }
   }



More information about the Bf-blender-cvs mailing list