diff --git a/src/gtk/webview_webkit.cpp b/src/gtk/webview_webkit.cpp index e592331ed2..0680c7e54e 100644 --- a/src/gtk/webview_webkit.cpp +++ b/src/gtk/webview_webkit.cpp @@ -1051,7 +1051,6 @@ long wxWebViewWebKit::Find(const wxString& text, int flags) ClearSelection(); return wxNOT_FOUND; } - wxLogMessage(wxString::Format("Returning %d", m_findPosition)); return newSearch ? m_findCount : m_findPosition; }