[Bf-blender-cvs] [b4b2185da0b] property-search-ui: Property Search: Remove debugging information

Hans Goudey noreply at git.blender.org
Tue Jul 28 18:11:40 CEST 2020


Commit: b4b2185da0b4816007d1aee3fcbbbb8138a40c96
Author: Hans Goudey
Date:   Mon Jul 27 16:39:43 2020 -0400
Branches: property-search-ui
https://developer.blender.org/rBb4b2185da0b4816007d1aee3fcbbbb8138a40c96

Property Search: Remove debugging information

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

M	source/blender/editors/space_buttons/space_buttons.c

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

diff --git a/source/blender/editors/space_buttons/space_buttons.c b/source/blender/editors/space_buttons/space_buttons.c
index 63b91163125..6a173d2dea7 100644
--- a/source/blender/editors/space_buttons/space_buttons.c
+++ b/source/blender/editors/space_buttons/space_buttons.c
@@ -341,16 +341,6 @@ static void property_search_other_tabs(const bContext *C,
     UI_blocklist_free(C_copy, &region_copy->uiblocks);
   }
 
-  printf("\nPROPERTY_SEARCH_OTHER_TABS\n");
-  for (int i = 0; i < tabs_tot; i++) {
-    if (context_tabs_array[i] == -1) {
-      printf("- - -\n");
-    }
-    printf("tab value: %d, unfiltered: %s\n",
-           context_tabs_array[i],
-           (sbuts->context_search_filter_active & (1 << i)) ? "true" : "false");
-  }
-
   BKE_area_region_free(CTX_wm_area(C_copy)->type, region_copy);
   MEM_freeN(region_copy);
   MEM_freeN(sbuts_copy);



More information about the Bf-blender-cvs mailing list