Cleanup: accidentally included printf

This commit is contained in:
Campbell Barton 2021-08-20 16:02:39 +10:00
parent 9e2cd6b077
commit 15a46a8b72
Notes: blender-bot 2023-02-14 07:31:34 +01:00
Referenced by issue #88449, Blender LTS: Maintenance Task 2.93
1 changed files with 0 additions and 1 deletions

View File

@ -1649,7 +1649,6 @@ static int lineart_edge_type_duplication_count(char eflag)
}
static void lineart_geometry_object_load(LineartObjectInfo *obi, LineartRenderBuffer *rb)
{
printf("========================================================\nTESTING\n");
BMesh *bm;
BMVert *v;
BMFace *f;