Skip to content

Commit

Permalink
ext-image-copy-capture: Remove superfluous logging
Browse files Browse the repository at this point in the history
  • Loading branch information
any1 committed Nov 9, 2024
1 parent a68a532 commit 3ec4650
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/ext-image-copy-capture.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ static void clear_constraints(struct ext_image_copy_capture* self)

static void ext_image_copy_capture_deinit_session(struct ext_image_copy_capture* self)
{
nvnc_log(NVNC_LOG_DEBUG, "DEINIT %p", self);

clear_constraints(self);

if (self->frame)
Expand Down Expand Up @@ -271,8 +269,6 @@ static void session_handle_format_shm(void *data,
clear_constraints(self);

format_array_append(&self->wl_shm_formats, fourcc_from_wl_shm(format), 0);

nvnc_log(NVNC_LOG_DEBUG, "shm format: %"PRIx32, format);
}

static void session_handle_format_drm(void *data,
Expand All @@ -284,8 +280,6 @@ static void session_handle_format_drm(void *data,

clear_constraints(self);

nvnc_log(NVNC_LOG_DEBUG, "DMA-BUF format: %"PRIx32, format);

if (modifiers->size % 8 != 0) {
nvnc_log(NVNC_LOG_WARNING, "DMA-BUF modifier array size is not a multiple of 8");
}
Expand Down

0 comments on commit 3ec4650

Please sign in to comment.