summaryrefslogtreecommitdiff
path: root/libgphoto2_port
diff options
context:
space:
mode:
authorIngvar Stepanyan <me@rreverser.com>2022-09-26 08:05:25 +0100
committerGitHub <noreply@github.com>2022-09-26 09:05:25 +0200
commit0a87bb875fc4fbbce118c2d986be2b0d63f9f7cc (patch)
tree26626aa95259f571d728433d8c9c1b62250b1208 /libgphoto2_port
parentcf154a3d81fcd4b6ce12c57f428c2e712607e109 (diff)
downloadlibgphoto2-0a87bb875fc4fbbce118c2d986be2b0d63f9f7cc.tar.gz
Remove printf leftover (#836)
I noticed this in my logs and... according to Git blame it's been there for over 21 years? 😂
Diffstat (limited to 'libgphoto2_port')
-rw-r--r--libgphoto2_port/libgphoto2_port/gphoto2-port-portability.c1
1 files changed, 0 insertions, 1 deletions
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;