loolwsd/MasterProcessSession.cpp | 8 -------- 1 file changed, 8 deletions(-)
New commits: commit eb2675164f435d127ba0db945cc5f2987e52466d Author: Henry Castro <hcas...@collabora.com> Date: Mon Jan 25 11:51:27 2016 -0400 loolwsd: remove unnecessary child PID file log This is no longer needed due to logging improvements diff --git a/loolwsd/MasterProcessSession.cpp b/loolwsd/MasterProcessSession.cpp index 15fb1f4..aa57798 100644 --- a/loolwsd/MasterProcessSession.cpp +++ b/loolwsd/MasterProcessSession.cpp @@ -267,14 +267,6 @@ bool MasterProcessSession::_handleInput(const char *buffer, int length) _pidChild = pidChild; lock.unlock(); AvailableChildSessionCV.notify_one(); - - // log first lokit child pid information - if ( LOOLWSD::DoTest ) - { - Poco::FileOutputStream filePID(LOOLWSD::LOKIT_PIDLOG); - if (filePID.good()) - filePID << pidChild; - } } else if (_kind == Kind::ToPrisoner) { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits