Skip to content

Commit

Permalink
Distortion: remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Nov 6, 2017
1 parent 5022af1 commit 5612c74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Distortion/Distortion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2905,14 +2905,14 @@ DistortionPlugin::getRegionsOfInterest(const RegionsOfInterestArguments &args,
OFX::Coords::toCanonical(roiPixel, args.renderScale, par, &roi);
assert( !OFX::Coords::rectIsEmpty(roi) );
rois.setRegionOfInterest(*_srcClip, roi);
///*
/*
printf("getRegionsOfInterest: rs=(%g,%g) rw=(%g,%g,%g,%g) rwp=(%d,%d,%d,%d) -> roiPixel(%g,%g,%g,%g) roiCanonical=(%g,%g,%g,%g)\n",
args.renderScale.x, args.renderScale.y,
renderWin.x1, renderWin.y1, renderWin.x2, renderWin.y2,
renderWinPixel.x1, renderWinPixel.y1, renderWinPixel.x2, renderWinPixel.y2,
roiPixel.x1, roiPixel.y1, roiPixel.x2, roiPixel.y2,
roi.x1, roi.y1, roi.x2, roi.y2);
//*/
*/

return;
}
Expand Down

0 comments on commit 5612c74

Please sign in to comment.