From 07a8fdd0d1339e3c4b1d892028659014775f09c2 Mon Sep 17 00:00:00 2001 From: Hubert Figuière Date: Tue, 23 Jun 2020 23:28:37 -0400 Subject: Issue #18 - Remove uneeded message polluting stdout https://gitlab.freedesktop.org/libopenraw/exempi/-/issues/18 --- exempi/main.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/exempi/main.cpp b/exempi/main.cpp index 612693f..267f06c 100644 --- a/exempi/main.cpp +++ b/exempi/main.cpp @@ -3,7 +3,7 @@ /* * exempi - exempi.cpp * - * Copyright (C) 2011-2013 Hubert Figuiere + * Copyright (C) 2011-2020 Hubert Figuière * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -332,8 +332,6 @@ static void process_file(const char *filename, bool no_reconcile, const std::string &prop_value, const std::string &output) { - printf("processing file %s\n", filename); - FILE *outio = stdout; bool needclose = false; -- cgit v1.2.3