Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 3389)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 3390)
@@ -39,6 +39,6 @@
      - The calculation of the arrival times is made only when needed
        (when the HalfMax is over the pedestal)
-
-
+   * mtools/MCubicSpline.cc
+     - Commented out an annoying warn
 
  2004/03/03: Abelardo Moralejo
Index: /trunk/MagicSoft/Mars/mtools/MCubicSpline.cc
===================================================================
--- /trunk/MagicSoft/Mars/mtools/MCubicSpline.cc	(revision 3389)
+++ /trunk/MagicSoft/Mars/mtools/MCubicSpline.cc	(revision 3390)
@@ -273,5 +273,5 @@
     }
 
-    gLog << warn << "Nothing found calling MCubicSpline :: FindVal(), returning 0" << endl;
+    //gLog << warn << "Nothing found calling MCubicSpline :: FindVal(), returning 0" << endl;
 
     return 0;
