table printer: Remote debug spew

Closes: #2462
Approved by: matthiasclasen
This commit is contained in:
Matthias Clasen
2018-12-21 11:45:53 -05:00
committed by Atomic Bot
parent b1320fde4d
commit ff9aa02d93

View File

@@ -266,8 +266,6 @@ cmp_row (gconstpointer _row_a,
const Row *row_b = *(const Row **)_row_b;
GCompareFunc cmp = user_data;
g_print ("cmp %s %s\n", row_a->key, row_b->key);
if (row_a == row_b || (row_a->key == NULL && row_b->key == NULL))
return 0;
if (row_a->key == NULL)