diff options
author | Hubert Figuière <hub@figuiere.net> | 2020-06-23 23:28:37 -0400 |
---|---|---|
committer | Hubert Figuière <hub@figuiere.net> | 2020-06-23 23:28:42 -0400 |
commit | 07a8fdd0d1339e3c4b1d892028659014775f09c2 (patch) | |
tree | d01609e222a5cae082fd5fc2574e149abb158976 | |
parent | 80c23c8232d73dc2a34ed2c9be42117c5334a68d (diff) |
Issue #18 - Remove uneeded message polluting stdout
https://gitlab.freedesktop.org/libopenraw/exempi/-/issues/18
-rw-r--r-- | exempi/main.cpp | 4 |
1 files changed, 1 insertions, 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; |