diff options
Diffstat (limited to 'a11y/ea-cell-table.c')
-rw-r--r-- | a11y/ea-cell-table.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/a11y/ea-cell-table.c b/a11y/ea-cell-table.c index 80f5ecbaaa..c87a63023e 100644 --- a/a11y/ea-cell-table.c +++ b/a11y/ea-cell-table.c @@ -59,8 +59,6 @@ ea_cell_table_destroy (EaCellTable * cell_data) gint index; g_return_if_fail (cell_data); - g_print ("destroy cell table (%d, %d)\n", cell_data->rows, - cell_data->columns); for (index = 0; index < cell_data->columns; ++index) if (cell_data->column_labels [index]) g_free (cell_data->column_labels [index]); |