Get rid of junky timestamps, along with some select pointless log messages

This commit is contained in:
Petr Mrázek
2013-10-06 03:07:57 +02:00
parent 9cef16a47d
commit 8b18af0515
6 changed files with 54 additions and 62 deletions

View File

@@ -133,7 +133,7 @@ MultiMC::MultiMC(int &argc, char **argv) : QApplication(argc, argv)
// and instances
m_instances.reset(new InstanceList(m_settings->get("InstanceDir").toString(), this));
std::cout << "Loading Instances..." << std::endl;
QLOG_INFO() << "Loading Instances...";
m_instances->loadList();
// init the http meta cache