libreofficekit/source/gtk/lokdocview.cxx | 2 -- 1 file changed, 2 deletions(-)
New commits: commit 67d9640a98e28ef523c5cb7d96c661746af90e95 Author: Tor Lillqvist <[email protected]> AuthorDate: Thu Jun 4 14:45:21 2020 +0300 Commit: Tor Lillqvist <[email protected]> CommitDate: Mon Jun 15 18:35:37 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 <[email protected]> Reviewed-by: Tor Lillqvist <[email protected]> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96358 Tested-by: Jenkins CollaboraOffice <[email protected]> diff --git a/libreofficekit/source/gtk/lokdocview.cxx b/libreofficekit/source/gtk/lokdocview.cxx index d094c85c1ba3..3f44768816d5 100644 --- a/libreofficekit/source/gtk/lokdocview.cxx +++ b/libreofficekit/source/gtk/lokdocview.cxx @@ -1090,8 +1090,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 [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
