From: morsch Date: Wed, 9 Jan 2008 15:39:49 +0000 (+0000) Subject: Debug statements removed. X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=e71cb336319aa7e02de076ed0833271fbaa6a05c Debug statements removed. --- diff --git a/TFluka/TFluka.cxx b/TFluka/TFluka.cxx index 83756e71f7c..6047fe8a30c 100644 --- a/TFluka/TFluka.cxx +++ b/TFluka/TFluka.cxx @@ -495,8 +495,6 @@ void TFluka::Mixture(Int_t& kmat, const char *name, Double_t *a, // In this case, WMAT in output is changed to relative // weigths. // - printf("Mixture %5d %10s %5d \n", kmat, name, nlmat); - Int_t i,j; if (nlmat < 0) { nlmat = - nlmat; @@ -593,7 +591,6 @@ void TFluka::Mixture(Int_t& kmat, const char *name, Double_t *a, delete [] wmatnew; return; } - printf("Mixture (2) %5d %10s %5d \n", kmat, name, nlmat); gGeoManager->Mixture(name, a, z, dens, nlmat, wmat, kmat); }