mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-19 06:11:47 -04:00
table printer: Remote debug spew
Closes: #2462 Approved by: matthiasclasen
This commit is contained in:
committed by
Atomic Bot
parent
b1320fde4d
commit
ff9aa02d93
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user