Remove irrelevant debug output.
This commit is contained in:
parent
81e43b1362
commit
4662c9c877
@ -61,15 +61,16 @@ ViewModule::loadSelf()
|
|||||||
cDebug() << Q_FUNC_INFO << m_loader->errorString();
|
cDebug() << Q_FUNC_INFO << m_loader->errorString();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
cDebug() << "ViewModule loading self for instance" << instanceKey()
|
// cDebug() << "ViewModule loading self for instance" << instanceKey()
|
||||||
<< "\nViewModule at address" << this
|
// << "\nViewModule at address" << this
|
||||||
<< "\nCalamares::PluginFactory at address" << pf
|
// << "\nCalamares::PluginFactory at address" << pf
|
||||||
<< "\nViewStep at address" << m_viewStep;
|
// << "\nViewStep at address" << m_viewStep;
|
||||||
|
|
||||||
m_viewStep->setModuleInstanceKey( instanceKey() );
|
m_viewStep->setModuleInstanceKey( instanceKey() );
|
||||||
m_viewStep->setConfigurationMap( m_configurationMap );
|
m_viewStep->setConfigurationMap( m_configurationMap );
|
||||||
ViewManager::instance()->addViewStep( m_viewStep );
|
ViewManager::instance()->addViewStep( m_viewStep );
|
||||||
m_loaded = true;
|
m_loaded = true;
|
||||||
|
cDebug() << "ViewModule" << instanceKey() << "loading complete.";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user