Get rid of junky timestamps, along with some select pointless log messages
This commit is contained in:
@ -316,7 +316,7 @@ InstanceList::InstListError InstanceList::loadList()
|
||||
{
|
||||
inst->setGroupInitial((*iter));
|
||||
}
|
||||
QLOG_INFO() << QString("Loaded instance %1").arg(inst->name()).toUtf8();
|
||||
QLOG_INFO() << "Loaded instance " << inst->name();
|
||||
inst->setParent(this);
|
||||
m_instances.append(inst);
|
||||
connect(instPtr, SIGNAL(propertiesChanged(BaseInstance *)), this,
|
||||
|
Reference in New Issue
Block a user