From 0a87bb875fc4fbbce118c2d986be2b0d63f9f7cc Mon Sep 17 00:00:00 2001 From: Ingvar Stepanyan Date: Mon, 26 Sep 2022 08:05:25 +0100 Subject: Remove printf leftover (#836) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I noticed this in my logs and... according to Git blame it's been there for over 21 years? 😂 --- libgphoto2_port/libgphoto2_port/gphoto2-port-portability.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libgphoto2_port') diff --git a/libgphoto2_port/libgphoto2_port/gphoto2-port-portability.c b/libgphoto2_port/libgphoto2_port/gphoto2-port-portability.c index 0b40a6af9..2b1eed76c 100644 --- a/libgphoto2_port/libgphoto2_port/gphoto2-port-portability.c +++ b/libgphoto2_port/libgphoto2_port/gphoto2-port-portability.c @@ -75,7 +75,6 @@ gp_system_dir gp_system_opendir (const char *dirname) { GPPORTWINDIR *d; DWORD dr; int x; - printf("blah2\n"); d = (GPPORTWINDIR*)malloc(sizeof(GPPORTWINDIR)); d->handle = INVALID_HANDLE_VALUE; d->got_first = 0; -- cgit v1.2.1