summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-core/recipes-test/blobsallad/blobsallad/0003-printcleanup.patch
blob: 630871dfdd8844e744d340c1782414e75e2725ff (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/bs_blob_collective.c
+++ b/bs_blob_collective.c
@@ -152,7 +152,7 @@
 
   bs_list_unlink_p_cont(pCollective->pBlobs, bs_blob_collective_remove_blob_cb, findData.pMotherBlob); 
   
-  printf("number of blobs: %d\n", bs_list_get_length(pCollective->pBlobs)); 
+/*  printf("number of blobs: %d\n", bs_list_get_length(pCollective->pBlobs)); */
 }
 
 typedef struct bs_blob_collective_join_find_smallest_st