Removed debugging messages.

This commit is contained in:
Robert Osfield
2003-01-21 19:37:45 +00:00
parent 48bda9cc79
commit 926394dcb8

View File

@@ -231,13 +231,9 @@ void Image::allocateImage(int s,int t,int r,
_dataType = type;
_packing = packing;
cout << "allocated ok "<<_s<<","<<_t<<" pf="<<_pixelFormat<<" dt="<<_dataType<<endl;
}
else
{
cout << "allocation error"<<endl;
// throw exception?? not for now, will simply set values to 0.
_s = 0;