; * xerror.c (CategorizeClients): Remove debugging code.

This commit is contained in:
hujianwei 2022-11-09 02:55:20 +00:00
parent 45df6087d6
commit e2afe671df

View file

@ -228,10 +228,6 @@ CategorizeClients (struct wl_list *client_list,
categories[i++] = MemoryCategoryV; categories[i++] = MemoryCategoryV;
clients[i - 1] = client; clients[i - 1] = client;
} }
fprintf (stderr,
"%p %"PRIu64" %"PRIu64" %u\n", client, total, data->n_pixels,
categories[i - 1]);
} }
} }