Removed debug comment.

This commit is contained in:
Robert Osfield
2006-11-07 12:08:03 +00:00
parent 86c6a88c98
commit d061c087fa

View File

@@ -257,8 +257,6 @@ static void RawImageGetRow(rawImageRec *raw, unsigned char *buf, int y, int z)
int count, done = 0;
unsigned short *tempShort;
osg::notify(osg::NOTICE)<<std::endl<<"RawImageGetRow - "<<std::endl;
if ((raw->type & 0xFF00) == 0x0100)
{
raw->file->seekg((long) raw->rowStart[y+z*raw->sizeY], std::ios::beg);