]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/tossim/sim_noise.c
Cut out the debugging stuff.
[tinyos-2.x.git] / tos / lib / tossim / sim_noise.c
index eb9784d0469ba5375d88e522b5e45cb46f853dd9..8fdaf307aaeef27ab132359c09f4f5eb56a9f7c4 100644 (file)
@@ -245,9 +245,6 @@ void makePmfDistr(uint16_t node_id)__attribute__ ((C, spontaneous))
   sim_noise_dist(node_id);
   arrangeKey(node_id);
   for(i = NOISE_HISTORY; i < noiseData[node_id].noiseTraceIndex; i++) {
-    if (i >= 196605) {
-      int foo = 7;
-    }
     if (i == NOISE_HISTORY) {
       printf("Inserting first element.\n");
     }