mirror of https://github.com/CGAL/cgal
Remove a debug output.
This commit is contained in:
parent
37f932d2ac
commit
e89f1739ab
|
|
@ -33,9 +33,9 @@ bool Image_3::private_read(_image* im)
|
|||
}
|
||||
image_ptr = Image_shared_ptr(im, Image_deleter());
|
||||
|
||||
std::cerr <<
|
||||
boost::format("image=%1% (xdim=%2%, ydim=%3%, zdim=%4%)\n")
|
||||
% image_ptr.get() % image_ptr->xdim % image_ptr->ydim % image_ptr->zdim;
|
||||
// std::cerr <<
|
||||
// boost::format("image=%1% (xdim=%2%, ydim=%3%, zdim=%4%)\n")
|
||||
// % image_ptr.get() % image_ptr->xdim % image_ptr->ydim % image_ptr->zdim;
|
||||
|
||||
}
|
||||
return im != 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue