Skip to content

Commit 0f09925

Browse files
committed
BUG: Remove debug code
1 parent f0f4c3d commit 0f09925

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

app/AcquireIntersonArrayRF.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ void __stdcall pasteIntoImage( PixelType * buffer, void * clientData )
5959
}
6060

6161
const int framePixels = imageSize[0] * imageSize[1];
62-
std::cout << "frame pixels RF = " << framePixels << std::endl;
6362

6463
PixelType * imageBuffer = image->GetPixelContainer()->GetBufferPointer();
6564
imageBuffer += framePixels * callbackClientData->FrameIndex;
@@ -194,7 +193,6 @@ int main( int argc, char * argv[] )
194193
++c;
195194
}
196195

197-
std::cout << "StopAcquisition" << std::endl;
198196
hwControls.StopAcquisition();
199197
container.StopReadScan();
200198
Sleep( 100 ); // "time to stop"

0 commit comments

Comments
 (0)