Remove commented std::cout : Starting factory Writer

This commit is contained in:
Akkadius
2015-01-20 01:30:56 -06:00
parent 47b0f6ca9e
commit 4ffc09b306
4 changed files with 0 additions and 4 deletions
-1
View File
@@ -194,7 +194,6 @@ bool EQTime::loadFile(const char *filename)
in.ignore(80, '\n');
in >> eqTime.start_realtime;
//Enable for debugging...
//std::cout << "LOAD: day=" << (long)eqTime.start_eqtime.day << ";hour=" << (long)eqTime.start_eqtime.hour << ";min=" << (long)eqTime.start_eqtime.minute << ";mon=" << (long)eqTime.start_eqtime.month << ";yr=" << eqTime.start_eqtime.year << ";timet=" << eqTime.start_realtime << std::endl;
in.close();
return true;
}