Skip to content

Commit fcaaa67

Browse files
pcaspersjenkins
authored andcommitted
QPR-12498 remove debug output
1 parent 62b1177 commit fcaaa67

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

QuantExt/qle/pricingengines/analyticlgmswaptionengine.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,6 @@ void AnalyticLgmSwaptionEngine::calculate() const {
187187
"higher than fixed leg's payment frequency in "
188188
"analytic lgm swaption engine");
189189

190-
std::cout << "float mapping " << floatSpreadMapping_ << std::endl;
191-
192190
if(floatSpreadMapping_ == simple) {
193191
Real annuity = 0.0;
194192
for (Size j = j1_; j < fixedLeg_.size(); ++j) {

0 commit comments

Comments
 (0)