Data products not plotting the last recorded data point #162

Accidentally committed change with meow debug message.
This commit is contained in:
Alex Lin 2016-08-02 09:59:46 -05:00
parent ca02209d8f
commit 3ac7fc4de3

View File

@ -98,7 +98,6 @@ int DPC_TimeCstrDataStream::step() {
}
// times in log file may not be sequential
} while ((!eos[bix]) && ((time[bix] < tstart) || (time[bix] > tstop)) );
std::cout << "meow " << time[bix] << " " << value[bix] << std::endl ;
bix = !bix;
return (1);
}