diff --git a/source/trunk/src/DataBank.cxx b/source/trunk/src/DataBank.cxx
index f5c5e3724d33e29f50c2d0b81f2ff8e98b3a4bd6..30eab36b45b2681a6370211866e3ffe667118c17 100755
--- a/source/trunk/src/DataBank.cxx
+++ b/source/trunk/src/DataBank.cxx
@@ -1007,7 +1007,7 @@ TMatrixT<double> DataBank<IsotopicVector>::GetCaptureXsMatrix(EvolutionData Evol
 
 					if( it4 == fFastDecay.end() )
 					{
-						cout << "Capture Problem in FastDecay for nuclei " << (*it).first.Z() << " " << (*it).first.A()+1 << " " << (*it).first.I() << endl;
+						//cout << "Capture Problem in FastDecay for nuclei " << (*it).first.Z() << " " << (*it).first.A()+1 << " " << (*it).first.I() << endl;
 						BatemanMatrix[0][Index_it->second] += y* 1e-24  ;
 
 					}
@@ -1127,7 +1127,7 @@ TMatrixT<double> DataBank<IsotopicVector>::Getn2nXsMatrix(EvolutionData Evolutio
 
 					if( it4 == fFastDecay.end() )
 					{
-						cout << "n2n Problem in FastDecay for nuclei " << (*it).first.Z() << " " << (*it).first.A()-1 << " " << (*it).first.I() << endl;
+						//cout << "n2n Problem in FastDecay for nuclei " << (*it).first.Z() << " " << (*it).first.A()-1 << " " << (*it).first.I() << endl;
 
 						BatemanMatrix[0][Index_it->second] += y* 1e-24  ;
 					}