common/SigUtil.cpp | 2 -- kit/ForKit.cpp | 1 - wsd/DocumentBroker.hpp | 1 - 3 files changed, 4 deletions(-)
New commits: commit 378a2b5295b7b4d005107e4638ac2e8a61518b7e Author: Tor Lillqvist <t...@collabora.com> AuthorDate: Sat Apr 18 16:47:09 2020 +0300 Commit: Tor Lillqvist <t...@collabora.com> CommitDate: Sat Apr 18 16:35:15 2020 +0200 Bin a couple of unintentionally committed LOG_TRC() calls Change-Id: Ieadc06a38d71aed723191f1738f8f39154978091 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92476 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Reviewed-by: Tor Lillqvist <t...@collabora.com> diff --git a/common/SigUtil.cpp b/common/SigUtil.cpp index dcca2d295..cd4c779dc 100644 --- a/common/SigUtil.cpp +++ b/common/SigUtil.cpp @@ -56,13 +56,11 @@ namespace SigUtil bool getTerminationFlag() { - LOG_TRC("getTerminationFlag: " << (TerminationFlag ? "YES" : "NO")); return TerminationFlag; } void setTerminationFlag() { - LOG_TRC("setTerminationFlag"); TerminationFlag = true; } diff --git a/kit/ForKit.cpp b/kit/ForKit.cpp index aecf96b64..993794bc7 100644 --- a/kit/ForKit.cpp +++ b/kit/ForKit.cpp @@ -82,7 +82,6 @@ public: WebSocketHandler(/* isClient = */ true, /* isMasking */ false), _socketName(socketName) { - LOG_TRC("===> Here is ServerWSHandler"); } protected: diff --git a/wsd/DocumentBroker.hpp b/wsd/DocumentBroker.hpp index 99391c0d0..329bece7f 100644 --- a/wsd/DocumentBroker.hpp +++ b/wsd/DocumentBroker.hpp @@ -75,7 +75,6 @@ public: WSProcess("ChildProcess", pid, socket, std::make_shared<WebSocketHandler>(socket, request)), _jailId(jailId) { - LOG_TRC("==> new ChildProcess"); } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits