Remove debug printf.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42912 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling 2006-11-01 15:45:48 +00:00
parent d5a0a2bcf8
commit b5f6d6096f

View File

@ -299,8 +299,6 @@ wxgtk_list_store_get_value (GtkTreeModel *tree_model,
GtkWxListStore *list_store = (GtkWxListStore *) tree_model;
g_return_if_fail (GTK_IS_WX_LIST_STORE (tree_model) );
wxPrintf( wxT("Hi\n") );
#if 0
wxDataViewListModel *model = list_store->model;
wxString mtype = model->GetColType( (unsigned int) column );