]> git.saurik.com Git - wxWidgets.git/commitdiff
removed debugging messages I just added by default
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 11 Feb 2000 17:47:18 +0000 (17:47 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 11 Feb 2000 17:47:18 +0000 (17:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5964 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/grid.cpp

index 0143f98d16b84ac7e1d870108e97bc895b4f1b75..af3daea9cfca0ec62c57875182a7e21badf67c16 100644 (file)
@@ -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"),