From: alla Date: Fri, 15 Oct 2004 12:42:51 +0000 (+0000) Subject: Whoops, forgot some debug output. Now removed X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=48f3f2636f6efbd4a532df5ca0bffcac9656a78f;hp=8f1cfb0c86fec973aae9ff86677c33d999346ce8 Whoops, forgot some debug output. Now removed --- diff --git a/FMD/AliFMDRawStream.cxx b/FMD/AliFMDRawStream.cxx index c2c4e6cd9d5..b9233e2c24b 100644 --- a/FMD/AliFMDRawStream.cxx +++ b/FMD/AliFMDRawStream.cxx @@ -74,7 +74,7 @@ AliFMDRawStream::Next() if (AliAltroRawStream::Next()) { if (fPrevPad != fPad) { fSampleRate = fTimeBunch / 128; -#if 1 +#if 0 std::cout << "Setting Sample rate to (" << fTimeBunch << "/" << 128 << "=" << fSampleRate << std::endl; #endif