]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tossim/sim_noise.c
Fix script to new radio model, removed printf from sim_noise.
[tinyos-2.x.git] / tos / lib / tossim / sim_noise.c
index 8fdaf307aaeef27ab132359c09f4f5eb56a9f7c4..437974fb72ce7c227fbd93cd4e365663423f25be 100644 (file)
@@ -246,7 +246,7 @@ void makePmfDistr(uint16_t node_id)__attribute__ ((C, spontaneous))
   arrangeKey(node_id);
   for(i = NOISE_HISTORY; i < noiseData[node_id].noiseTraceIndex; i++) {
     if (i == NOISE_HISTORY) {
-      printf("Inserting first element.\n");
+      //printf("Inserting first element.\n");
     }
     pKey[NOISE_HISTORY-1] = search_bin_num(noiseData[node_id].noiseTrace[i]);
     sim_noise_dist(node_id);