Index: trunk/MagicSoft/Mars/mtemp/MFindStars.cc
===================================================================
--- trunk/MagicSoft/Mars/mtemp/MFindStars.cc	(revision 4796)
+++ trunk/MagicSoft/Mars/mtemp/MFindStars.cc	(revision 4797)
@@ -424,5 +424,6 @@
       fAstro.FillStarList(fStars->GetList());      
 
-      cout << "Number of Stars added by astrocamera is " <<fStars->GetList()->GetSize() << endl;
+      //cout << "Number of Stars added by astrocamera is " 
+      //     <<fStars->GetList()->GetSize() << endl;
       
       MStarPos* starpos;
@@ -500,7 +501,9 @@
       return kCONTINUE;
     } else
-      *fLog << inf << GetName() << " found " << fStars->GetList()->GetSize() 
-	    << " star candidates in the camera." << endl;
-    
+    {
+      //*fLog << inf << GetName() << " found " << fStars->GetList()->GetSize() 
+      //	    << " star candidates in the camera." << endl;
+    }    
+
     for (UInt_t pix=1; pix<numPixels; pix++) {
       if (fDisplay.IsUsed(pix))
Index: trunk/MagicSoft/Mars/mtemp/MSourceDirections.cc
===================================================================
--- trunk/MagicSoft/Mars/mtemp/MSourceDirections.cc	(revision 4796)
+++ trunk/MagicSoft/Mars/mtemp/MSourceDirections.cc	(revision 4797)
@@ -121,7 +121,7 @@
   fAstro.SetGuiActive();
   fAstro.FillStarList(fStars->GetList());      
-  *fLog << inf << "in preprocessing " << GetName() << " found " 
-        << fStars->GetList()->GetSize() 
-	<< " directions inside the chosen FOV." << endl;          
+  //*fLog << inf << "in preprocessing " << GetName() << " found " 
+  //      << fStars->GetList()->GetSize() 
+  //	  << " directions inside the chosen FOV." << endl;          
 
 
@@ -164,6 +164,6 @@
     *fLog << err << GetName() << "No directions inside the chosen FOV." << endl;
   } else {
-    *fLog << inf << GetName() << " found " << fStars->GetList()->GetSize() 
-	  << " directions inside the chosen FOV." << endl;          
+    //*fLog << inf << GetName() << " found " << fStars->GetList()->GetSize() 
+    //	  << " directions inside the chosen FOV." << endl;          
   }
   return kTRUE;
