Xbee sending out irrelevant data during good transmissions

Hello, I have a mesh network sending lots of different types of data to my coordinator. My problem, however, is that some of my radios only transmit the data I want, while others transmit the good data, then 5-10 lines of irrelevant data. I am wondering if I messed something up in the programming, or what the extra data are, so I can get rid of them.

I have Pro S2C xbee on sparkfun shield on Uno, sending to the same setup with a coordinator.

Here is an example.

126,0,24,144,0,19,162,0,64,215,112,113,41,22,1,3,11,0,3,136,2,24,2,32,0,0,69,104
126,0,18,146,0,19,162,0,64,215,112,113,41,22,1,1,0,3,0,0,3,121
126,0,18,146,0,19,162,0,64,215,112,113,41,22,1,1,0,3,0,0,3,121
126,0,18,146,0,19,162,0,64,215,112,113,41,22,1,1,0,3,0,0,3,121
126,0,18,146,0,19,162,0,64,215,112,113,41,22,1,1,0,3,0,0,3,121
126,0,18,146,0,19,162,0,64,215,112,113,41,22,1,1,0,3,0,0,3,121
126,0,24,144,0,19,162,0,64,215,112,113,41,22,1,3,11,0,3,136,2,18,2,22,0,0,69,120
126,0,18,146,0,19,162,0,64,215,112,113,41,22,1,1,0,3,0,0,3,121
126,0,18,146,0,19,162,0,64,215,112,113,41,22,1,1,0,3,0,0,3,121
126,0,18,146,0,19,162,0,64,215,112,113,41,22,1,1,0,3,0,0,3,121
126,0,18,146,0,19,162,0,64,215,112,113,41,22,1,1,0,3,0,0,3,121
126,0,18,146,0,19,162,0,64,215,112,113,41,22,1,1,0,3,0,0,3,121
126,0,24,144,0,19,162,0,64,215,112,113,41,22,1,3,11,0,3,136,2,23,2,32,0,0,69,105
126,0,18,146,0,19,162,0,64,215,112,113,41,22,1,1,0,3,0,0,3,121
126,0,18,146,0,19,162,0,64,215,112,113,41,22,1,1,0,3,0,0,3,121
126,0,18,146,0,19,162,0,64,215,112,113,41,22,1,1,0,3,0,0,3,121
126,0,18,146,0,19,162,0,64,215,112,113,41,22,1,1,0,3,0,0,3,121

The frame lengths of 24 are the good data, but for some reason, it continually sends out the 18 length packages. I am wondering if this has to do with JV or JN? I have changed both of them from 0 to 1 and back etc. My other radios, that I have copied their profiles don't do this. While some other radios do.

I guess, what are the in between data packets and how do I get rid of them? Thank you!

I figured it out.

From Faludis book he wants us to set the IR sampling rate to a nonzero value. This keeps sending data to the coordinator that is irrelevant to what I need. I changed IR to 0, and all those data went away.