Skip to content

Commit df56fcf

Browse files
pcaspersjenkins
authored andcommitted
QPR-12490 remove debug output
1 parent 0fa1bc9 commit df56fcf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

QuantExt/qle/termstructures/sabrparametricvolatility.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,6 @@ void SabrParametricVolatility::calculate() {
456456
calibrationErrors_[key] = error;
457457
noOfAttempts_[key] = noOfAttempts;
458458
} catch (const std::exception& e) {
459-
std::cerr << "error: " << e.what() << std::endl;
460459
// all calibration failed -> do not populate params, but interpolate them below
461460
}
462461
lognormalShifts_[key] = s.lognormalShift;

0 commit comments

Comments
 (0)