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