Remove debug noise.
This commit is contained in:
parent
abd65fb259
commit
5b01925d99
@ -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…
Reference in New Issue
Block a user