http://code.google.com/p/casacore/source/detail?r=21240
Modified:
/trunk/images/Images/ImageProxy.cc
=======================================
--- /trunk/images/Images/ImageProxy.cc Thu Apr 5 07:35:49 2012
+++ /trunk/images/Images/ImageProxy.cc Thu Apr 5 23:04:23 2012
@@ -741,7 +741,6 @@
adjustTrc(trc, shp),
adjustInc(inc, shp),
Slicer::endIsLast);
- cout << "make subimage "<<blc<<trc<<endl;
if (itsImageFloat) {
return ImageProxy(new SubImage<Float>(*itsImageFloat, slicer,
True, axesSpec));