diff --git a/NPSimulation/src/MaterialManager.cc b/NPSimulation/src/MaterialManager.cc index 52e284430a5ce66d562281dc3fe86c4de9f17729..4d17143b0a386b8a7901f3cf1bbb6a1bed5421b9 100644 --- a/NPSimulation/src/MaterialManager.cc +++ b/NPSimulation/src/MaterialManager.cc @@ -273,7 +273,6 @@ void MaterialManager::AddMaterialToLibrary(G4Material* material){ //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... G4Element* MaterialManager::GetElementFromLibrary(string Name){ -cout << Name << endl; if(Name=="D" || Name=="d"){ if(!m_D){ m_D = new G4Element(Name.c_str(), Name.c_str(),1);