Index: /trunk/Mars/mcore/fits.h
===================================================================
--- /trunk/Mars/mcore/fits.h	(revision 17051)
+++ /trunk/Mars/mcore/fits.h	(revision 17052)
@@ -714,5 +714,4 @@
     fits(const string &fname, const string& tableName="", bool force=false) : izstream(fname.c_str())
     {
-        gLog << "Here..." <<endl;
         Constructor(fname, "", tableName, force);
         if ((fTable.is_compressed && !force) ||
@@ -730,5 +729,4 @@
     fits(const string &fname, const string &fout, const string& tableName, bool force=false) : izstream(fname.c_str())
     {
-        gLog << "There..." << endl;
         Constructor(fname, fout, tableName, force);
         if ((fTable.is_compressed && !force) ||
