remove debugging line

This commit is contained in:
Dane Springmeyer 2014-09-11 15:46:49 -07:00
parent 519149087e
commit 91ee910ad2

View file

@ -240,7 +240,6 @@ void tiff_reader<T>::init()
&extrasamples, &sampleinfo))
{
has_alpha_ = true;
std::clog << "extrasamples " << extrasamples << " / " << sampleinfo[0] << " " << EXTRASAMPLE_ASSOCALPHA << "\n";
if (extrasamples == 1 &&
sampleinfo[0] == EXTRASAMPLE_ASSOCALPHA)
{