Skip to content

Commit 39c2f4d

Browse files
committed
Merge branch 'feature/QPR-13668_seb' into 'master'
Remove std::cout Closes QPR-13668 See merge request qs/oreplus!3100
2 parents f8f45f8 + 1f95dae commit 39c2f4d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

OREData/ored/portfolio/builders/fxforward.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ class FxForwardEngineBuilder : public FxForwardEngineBuilderBase {
6363
protected:
6464
QuantLib::ext::shared_ptr<PricingEngine> engineImpl(const Currency& forCcy, const Currency& domCcy,
6565
const std::string& discountCurve) override {
66-
std::cout << "getting curve '" << discountCurve << "'" << std::endl;
6766
string pair = forCcy.code() + domCcy.code();
6867
return QuantLib::ext::make_shared<QuantExt::DiscountingFxForwardEngine>(
6968
domCcy, market_->discountCurve(domCcy.code(), configuration(MarketContext::pricing)), forCcy,

0 commit comments

Comments
 (0)