Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 3988)
+++ trunk/MagicSoft/Mars/Changelog	(revision 3989)
@@ -20,4 +20,7 @@
 
  2004/05/05: Markus Gaug
+
+   * mcalib/MHGausEvents.cc
+     - removed some warning saying "Cannot create Fourier spectrum"
 
    * mcalib/MCalibrationChargePix.cc
Index: trunk/MagicSoft/Mars/mcalib/MHGausEvents.cc
===================================================================
--- trunk/MagicSoft/Mars/mcalib/MHGausEvents.cc	(revision 3988)
+++ trunk/MagicSoft/Mars/mcalib/MHGausEvents.cc	(revision 3989)
@@ -373,7 +373,9 @@
   if (fEvents.GetSize() < 8)
     {
+      /*
       *fLog << warn << "Cannot create Fourier spectrum. " << endl;
       *fLog << warn << "Number of events (after stripping of zeros) is smaller than 8 " 
             << "in pixel: " << fPixId << endl;
+      */
       return;
     }
