remove(render): remove g_warning

This commit is contained in:
Jeremy Attali 2019-12-29 12:03:55 -05:00
parent 2b73777142
commit 7a688cc6dd

View File

@ -152,8 +152,7 @@ static void render_buffer(cairo_t *cr, struct swappy_state *state) {
struct swappy_buffer *buffer = output->buffer;
if (output->buffer == NULL) {
g_warning(
"screencopy buffer is empty, cannot draw it onto the paint area");
// screencopy buffer is empty, cannot draw it onto the paint area"
continue;
}