Skip to content

Commit

Permalink
Removed a cout
Browse files Browse the repository at this point in the history
  • Loading branch information
smistad committed Jan 23, 2024
1 parent d57249d commit 7138925
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/FAST/Data/ImagePyramid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@ ImagePyramid::ImagePyramid(TIFF *fileHandle, std::vector<ImagePyramidLevel> leve
TIFFGetField(fileHandle, TIFFTAG_BITSPERSAMPLE, &bitsPerSample);
uint16_t sampleFormat;
TIFFGetField(fileHandle, TIFFTAG_SAMPLEFORMAT, &sampleFormat);
std::cout << "bits per sample: " << bitsPerSample << std::endl;
if(sampleFormat == SAMPLEFORMAT_IEEEFP) {
if(bitsPerSample == 32) {
m_dataType = TYPE_FLOAT;
Expand Down

0 comments on commit 7138925

Please sign in to comment.