Remove cerr debug clutter

This commit is contained in:
Arthur Moore 2015-03-10 21:26:36 -04:00
parent 9af26076d2
commit a25179e4d5
1 changed files with 0 additions and 2 deletions

View File

@ -130,8 +130,6 @@ public:
throw std::runtime_error("ERROR: Filter width not set");
}
std::cerr << name <<": width: "<<width<<" height: "<<height<< std::endl;
if(myFilter!=NULL)
{
myFilter(srcPtr,horiz_bytes,deltaPtr,dstPtr,horiz_bytes_out,width,height);