forgotten cout

metadata
Wenzel Jakob 2010-09-14 00:21:35 +02:00
parent fe4b174e52
commit 43baf60019
1 changed files with 0 additions and 1 deletions

View File

@ -212,7 +212,6 @@ public:
*/
inline Spectrum sampleCos(BSDFQueryRecord &bRec, Float &pdf) const {
Spectrum bsdfVal(sample(bRec, pdf));
cout << bsdfVal.toString() << endl;
return bsdfVal * std::abs(Frame::cosTheta(bRec.wo));
}