From: Vadim Zeitlin Date: Fri, 11 Feb 2000 17:47:18 +0000 (+0000) Subject: removed debugging messages I just added by default X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/181bfffdc8085ba2448ce8f304012c9491eccb0a removed debugging messages I just added by default git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5964 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/grid.cpp b/src/generic/grid.cpp index 0143f98d16..af3daea9cf 100644 --- a/src/generic/grid.cpp +++ b/src/generic/grid.cpp @@ -2114,7 +2114,8 @@ void wxGrid::ChangeCursorMode(CursorMode mode, _T("SELECT_COL") }; - wxLogDebug(_T("wxGrid cursor mode (mouse capture for %s): %s -> %s"), + wxLogTrace(_T("grid"), + _T("wxGrid cursor mode (mouse capture for %s): %s -> %s"), win == m_colLabelWin ? _T("colLabelWin") : win ? _T("rowLabelWin") : _T("gridWin"),