Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 5821)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 5822)
@@ -28,4 +28,6 @@
        MExtractFixedWindowPeakSearch.
 
+
+
  2005/01/13 Raquel de los Reyes
 
@@ -34,4 +36,6 @@
        (format: "class".DataCheck: No) to allow callisto 
        to run with rawfiles. Necessary for the datacheck.
+
+
 
  2005/01/13 Markus Gaug
@@ -51,4 +55,5 @@
 
 
+
  2005/01/13 Thomas Bretz
 
@@ -58,4 +63,10 @@
    * mbase/MLog.cc:
      - unset DEBUG defined unintentionally
+
+   * msignal/MExtractTimeAndChargeDigitalFilter.cc:
+     - removed printing Weights in InitArrays, because otherwise
+       the output of a full data calibration is totally crowded
+       with numbers. Having the weights-file name on the display
+       is perfectly enough.
 
 
Index: /trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilter.cc
===================================================================
--- /trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilter.cc	(revision 5821)
+++ /trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilter.cc	(revision 5822)
@@ -211,6 +211,4 @@
   fSqrtLoGainSamples = TMath::Sqrt(fNumLoGainSamples);
   
-  Print("weights");
-
   return kTRUE;
 }
