summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPranam Lashkari <lpranam@collabora.com>2022-01-11 19:39:24 +0530
committerAndras Timar <andras.timar@collabora.com>2022-01-25 22:05:52 +0100
commit3a1a6fdbc9e26f1ce8f4a962b3e78646d82019be (patch)
tree26e30d3372a90d315a7278f10bbc050daa4635e1
parentLOK: unifying the Freemium and uno command hiding APIs (diff)
downloadonline-3a1a6fdbc9e26f1ce8f4a962b3e78646d82019be.tar.gz
online-3a1a6fdbc9e26f1ce8f4a962b3e78646d82019be.zip
this is a temporary commit which will be reverted
this will help solve the deadlock for failing CI between: https://gerrit.libreoffice.org/c/core/+/128107 https://github.com/CollaboraOnline/online/pull/3960 Signed-off-by: Pranam Lashkari <lpranam@collabora.com> Change-Id: If3b13b49994ace7de48b0da7a99602508c36fcd7
-rw-r--r--kit/ChildSession.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/kit/ChildSession.cpp b/kit/ChildSession.cpp
index d2a76ff6c1..4ceb931962 100644
--- a/kit/ChildSession.cpp
+++ b/kit/ChildSession.cpp
@@ -2894,13 +2894,8 @@ void ChildSession::loKitCallback(const int type, const std::string& payload)
case LOK_CALLBACK_DOCUMENT_BACKGROUND_COLOR:
sendTextFrame("documentbackgroundcolor: " + payload);
break;
-
-#if !ENABLE_DEBUG
- // we want a compilation-time failure in the debug builds; but ERR in the
- // log in the release ones
default:
LOG_ERR("Unknown callback event (" << lokCallbackTypeToString(type) << "): " << payload);
-#endif
}
}