Skip to content

Commit 5e02e77

Browse files
committed
remove debug msg
1 parent 1809d3e commit 5e02e77

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Source/Plugins/LfpDisplayNodeBeta/LfpDisplayCanvas.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -942,10 +942,10 @@ void LfpDisplayCanvas::updateScreenBuffer()
942942

943943
int nSamples = index - dbi; // N new samples (not pixels) to be added to displayBufferIndex
944944

945-
if (nSamples < 0) // buffer has reset to 0
945+
if (nSamples < 0) // buffer has reset to 0 -- xxx 2do bug: this shouldnt happen because it makes the range/histogram display not work properly/look off for one pixel
946946
{
947947
nSamples = (displayBufferSize - dbi) + index +1;
948-
std::cout << "nsamples 0 " ;
948+
//std::cout << "nsamples 0 " ;
949949
}
950950

951951
//if (channel == 15 || channel == 16)

0 commit comments

Comments
 (0)