Index: /trunk/MagicSoft/Mars/mcalib/MCalibrationCalc.cc
===================================================================
--- /trunk/MagicSoft/Mars/mcalib/MCalibrationCalc.cc	(revision 3196)
+++ /trunk/MagicSoft/Mars/mcalib/MCalibrationCalc.cc	(revision 3197)
@@ -564,7 +564,4 @@
 Int_t MCalibrationCalc::PostProcess()
 {
-
-  *fLog << inf << endl;
-
   *fLog << inf << GetDescriptor() << ": Cut Histogram Edges" << endl;
 
@@ -578,5 +575,5 @@
   //
   if (TESTBIT(fFlags,kUseBlindPixelFit))
-    {
+  {
       //
       // Get pointer to blind pixel
@@ -635,9 +632,9 @@
       
       blindpixel.DrawClone();
-    }
+  }
   else 
-    *fLog << inf << GetDescriptor() << ": Skipping Blind Pixel Fit " << endl;
-
-  *fLog << err << "total: " << GetNumExecutions() << " sphe: " << fNumBlindPixelSinglePhe << " ped: " << fNumBlindPixelPedestal << endl;
+      *fLog << inf << GetDescriptor() << ": Skipping Blind Pixel Fit " << endl;
+
+  *fLog << inf << "total: " << GetNumExecutions() << " sphe: " << fNumBlindPixelSinglePhe << " ped: " << fNumBlindPixelPedestal << endl;
 
   
