Skip to content

Commit f0baa0b

Browse files
pcaspersjenkins
authored andcommitted
QPR-12306 remove debug output
1 parent e44b69e commit f0baa0b

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

OREData/ored/model/lgmbuilder.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -325,11 +325,9 @@ bool LgmBuilder::requiresRecalibration() const {
325325
void LgmBuilder::performCalculations() const {
326326

327327
DLOG("Recalibrate LGM model for qualifier " << data_->qualifier() << " currency " << currency_);
328-
std::cout << "reaclibrate model ... " << std::flush;
329328

330329
if (!requiresRecalibration()) {
331330
DLOG("Skipping calibration as nothing has changed");
332-
std::cout << " skipped." << std::endl;
333331
return;
334332
}
335333

@@ -463,9 +461,6 @@ void LgmBuilder::performCalculations() const {
463461
DLOG("Apply scaling " << data_->scaling() << " to the " << data_->qualifier() << " LGM model");
464462
parametrization_->scaling() = data_->scaling();
465463
}
466-
467-
std::cout << " done." << std::endl;
468-
469464
} // performCalculations()
470465

471466
void LgmBuilder::getExpiryAndTerm(const Size j, Period& expiryPb, Period& termPb, Date& expiryDb, Date& termDb,

0 commit comments

Comments
 (0)