Bin accidental debugging printout leftover
Change-Id: I06f21d3facc39fcbf35a3516bb48136f8660a10f
This commit is contained in:
parent
623b45a533
commit
0df65d2110
1 changed files with 0 additions and 1 deletions
|
@ -705,7 +705,6 @@ void LOOLWSD::initialize(Application& self)
|
|||
if (configFile.length() > 4 && strcasecmp(configFile.substr(configFile.length() - 4).data(), ".xml") == 0)
|
||||
{
|
||||
const std::string fullFileName = dir.path() + "/" + configFile;
|
||||
std::cerr << "Trying '" << fullFileName << "'" << std::endl;
|
||||
PluginConfigurations.insert(new XMLConfiguration(fullFileName));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue