mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-02 19:36:57 +03:00
Get rid of junky timestamps, along with some select pointless log messages
This commit is contained in:
parent
9cef16a47d
commit
8b18af0515
6 changed files with 54 additions and 62 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue