[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3' - wsd/ClientSession.cpp
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Oct 3 06:32:22 UTC 2018
wsd/ClientSession.cpp | 2 --
1 file changed, 2 deletions(-)
New commits:
commit e4766c150ffb1a7a71b93c089bbba0e17c75542f
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Mon Oct 1 18:04:47 2018 +0200
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Wed Oct 3 08:32:05 2018 +0200
Remove accidentally pushed log line
Change-Id: Icd7fcb96725b3cf7fded199a5eae13ec2c109a58
(cherry picked from commit 835959a617f388541edaf11b210897566b65b754)
Reviewed-on: https://gerrit.libreoffice.org/61210
Reviewed-by: Andras Timar <andras.timar at collabora.com>
Tested-by: Andras Timar <andras.timar at collabora.com>
diff --git a/wsd/ClientSession.cpp b/wsd/ClientSession.cpp
index d28915ec8..428455f0f 100644
--- a/wsd/ClientSession.cpp
+++ b/wsd/ClientSession.cpp
@@ -1049,8 +1049,6 @@ void ClientSession::enqueueSendMessage(const std::shared_ptr<Message>& data)
{
const TileDesc tile = TileDesc::parse(data->firstLine());
traceTileBySend(tile, sizeBefore == newSize);
- if (sizeBefore != newSize)
- LOG_INF("Sending new tile to client: " << tile.serialize("tile:"));
}
}
More information about the Libreoffice-commits
mailing list