Skip to content

Commit ceed4ea

Browse files
pcaspersjenkins
authored andcommitted
QPR-12014 remove debug output
1 parent 31d7afe commit ceed4ea

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

OREAnalytics/orea/scenario/sensitivityscenariogenerator.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1712,7 +1712,6 @@ void SensitivityScenarioGenerator::generateYoYInflationScenarios(bool up) {
17121712
RiskFactorKey key(RiskFactorKey::KeyType::YoYInflationCurve, indexName, j);
17131713
valid = valid && tryGetBaseScenarioValue(baseScenarioAbsolute_, key, yoys[j], continueOnError_);
17141714
times[j] = dc.yearFraction(asof, d);
1715-
std::cout << "times " << j << " " << times[j] << std::endl;
17161715
}
17171716
if (!valid)
17181717
continue;
@@ -1724,7 +1723,6 @@ void SensitivityScenarioGenerator::generateYoYInflationScenarios(bool up) {
17241723
std::vector<Time> shiftTimes(shiftTenors.size());
17251724
for (Size j = 0; j < shiftTenors.size(); ++j) {
17261725
shiftTimes[j] = dc.yearFraction(asof, asof + shiftTenors[j]);
1727-
std::cout << "times2 " << j << " " << shiftTimes[j] << std::endl;
17281726
}
17291727
Real shiftSize = getShiftSize(data);
17301728
QL_REQUIRE(shiftTenors.size() > 0, "YoY Inflation Index shift tenors not specified");

0 commit comments

Comments
 (0)