mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 02:45:44 -05:00
Remove debug noise.
This commit is contained in:
parent
abd65fb259
commit
5b01925d99
1 changed files with 0 additions and 2 deletions
|
@ -167,8 +167,6 @@ Module::loadConfigurationFile() //throws YAML::Exception
|
|||
if ( configFile.exists() && configFile.open( QFile::ReadOnly | QFile::Text ) )
|
||||
{
|
||||
QByteArray ba = configFile.readAll();
|
||||
cLog() << Q_FUNC_INFO << "module configuration file"
|
||||
<< path << ":\n" << ba;
|
||||
|
||||
YAML::Node doc = YAML::Load( ba.constData() );
|
||||
if ( !doc.IsMap() )
|
||||
|
|
Loading…
Add table
Reference in a new issue