Removed a line of debug code that got left in

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12083 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
George Tasker
2001-10-19 11:37:01 +00:00
parent 68f36a2ca1
commit 0a0fc5b527

View File

@@ -261,9 +261,6 @@ bool wxDbGridTableBase::AssignDbTable(wxDbTable *tab, int count, bool takeOwners
wxString wxDbGridTableBase::GetTypeName(int row, int col)
{
if (col == 8)
int breakpoint = 1;
if (GetNumberCols() > col)
{
if (m_ColInfo[col].wxtypename == wxGRID_VALUE_DBAUTO)