[Libreoffice-commits] online.git: wsd/LOOLWSD.cpp

Tor Lillqvist tml at collabora.com
Mon Nov 13 21:53:38 UTC 2017


 wsd/LOOLWSD.cpp |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 0df65d21104e1c4a2717c7aea825e9207bcca1ed
Author: Tor Lillqvist <tml at collabora.com>
Date:   Mon Nov 13 23:50:29 2017 +0200

    Bin accidental debugging printout leftover
    
    Change-Id: I06f21d3facc39fcbf35a3516bb48136f8660a10f

diff --git a/wsd/LOOLWSD.cpp b/wsd/LOOLWSD.cpp
index f73f81f3..7ff87b79 100644
--- a/wsd/LOOLWSD.cpp
+++ b/wsd/LOOLWSD.cpp
@@ -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));
             }
         }


More information about the Libreoffice-commits mailing list