From 2920281e69cbec65bdf48d7fcc7debbeca235864 Mon Sep 17 00:00:00 2001 From: Palana Date: Wed, 16 Jul 2014 22:35:09 +0200 Subject: [PATCH] mac-avcapture: Remove debug code --- plugins/mac-avcapture/av-capture.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/mac-avcapture/av-capture.m b/plugins/mac-avcapture/av-capture.m index a4d9d82ee..06594f24c 100644 --- a/plugins/mac-avcapture/av-capture.m +++ b/plugins/mac-avcapture/av-capture.m @@ -170,7 +170,6 @@ static inline bool update_frame(struct av_capture *capture, AVLOG(LOG_ERROR, "Unhandled fourcc: %s (0x%x) (%zu planes)", AV_FOURCC_STR(fourcc), fourcc, CVPixelBufferGetPlaneCount(img)); - NSLog(@"%@", sample_buffer); return false; } @@ -825,7 +824,6 @@ static void av_capture_update(void *data, obs_data_t settings) return switch_device(capture, uid, settings); NSString *preset = get_string(settings, "preset"); - NSLog(@"%@", preset); if (![capture->device supportsAVCaptureSessionPreset:preset]) { AVLOG(LOG_ERROR, "Preset %s not available", preset.UTF8String); preset = select_preset(capture->device, preset);