libreofficekit/source/gtk/lokdocview.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 8d41357570ad2671b0053c462e33b1d78626dca0
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Thu Jun 4 14:45:21 2020 +0300
Commit:     Tor Lillqvist <t...@collabora.com>
CommitDate: Thu Jun 4 14:14:33 2020 +0200

    Bin two leftover spurious writes to std::cerr
    
    Change-Id: I89601e3682a5f8eca81b45af62e5aa50c481bc84
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95502
    Tested-by: Tor Lillqvist <t...@collabora.com>
    Reviewed-by: Tor Lillqvist <t...@collabora.com>

diff --git a/libreofficekit/source/gtk/lokdocview.cxx 
b/libreofficekit/source/gtk/lokdocview.cxx
index ac5edc633ee0..8bcbd1aeb904 100644
--- a/libreofficekit/source/gtk/lokdocview.cxx
+++ b/libreofficekit/source/gtk/lokdocview.cxx
@@ -1113,8 +1113,6 @@ callback (gpointer pData)
 
         priv->m_aVisibleCursor = payloadToRectangle(pDocView, 
rRectangle.c_str());
         priv->m_bCursorOverlayVisible = true;
-        std::cerr << nViewId;
-        std::cerr << priv->m_nViewId;
         if(nViewId == priv->m_nViewId)
         {
             g_signal_emit(pDocView, doc_view_signals[CURSOR_CHANGED], 0,
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to