Index: trunk/MagicSoft/Cosy/catalog/StarCatalog.cc
===================================================================
--- trunk/MagicSoft/Cosy/catalog/StarCatalog.cc	(revision 1953)
+++ trunk/MagicSoft/Cosy/catalog/StarCatalog.cc	(revision 2278)
@@ -93,6 +93,6 @@
     fAltAz = CalcAltAz(fRaDec);
 
-    cout << "Alt: " << 360.0/D2PI*fAltAz.Alt() << "  ";
-    cout << "Az: "  << 360.0/D2PI*fAltAz.Az()  << endl;
+    //cout << "Alt: " << 360.0/D2PI*fAltAz.Alt() << "  ";
+    //cout << "Az: "  << 360.0/D2PI*fAltAz.Az()  << endl;
 
     CalcRaDecRange();
@@ -170,5 +170,5 @@
             fAzCnt++;
 
-    cout << "fAzCnt: " << setw(3) << fAzCnt << "  " << flush;
+    //cout << "fAzCnt: " << setw(3) << fAzCnt << "  " << flush;
 
     //
@@ -204,6 +204,6 @@
     }
 
-    cout << "fAltMin: " << setw(3) << fAltMin << "  ";
-    cout << "fAltMax: " << setw(3) << fAltMax << endl;
+    //cout << "fAltMin: " << setw(3) << fAltMin << "  ";
+    //cout << "fAltMax: " << setw(3) << fAltMax << endl;
 }
 
@@ -291,5 +291,5 @@
         if (fRa0[x])
             fRaCnt++;
-    cout << "fRaCnt: " << setw(3) << fRaCnt << "  " << flush;
+    //cout << "fRaCnt: " << setw(3) << fRaCnt << "  " << flush;
 
     //
@@ -323,6 +323,6 @@
     }
 
-    cout << "fDecMin: " << setw(3) << fDecMin << "  ";
-    cout << "fDecMax: " << setw(3) << fDecMax << endl;
+    //cout << "fDecMin: " << setw(3) << fDecMin << "  ";
+    //cout << "fDecMax: " << setw(3) << fDecMax << endl;
 }
 
@@ -707,5 +707,5 @@
     }
 
-    cout << " " << count+deleted << "-" << deleted << "=" << count << " " << endl;
+    cout << "Showing " << count+deleted << "-" << deleted << "=" << count << " stars." << endl;
 }
 
