From 31992f1f9d7322f76977c0dd022b2b87b0bcf879 Mon Sep 17 00:00:00 2001 From: Luis Caro Campos <3535649+jcar87@users.noreply.github.com> Date: Wed, 8 May 2024 10:59:03 +0100 Subject: [PATCH] Update recipes/lzham/all/conanfile.py --- recipes/lzham/all/conanfile.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipes/lzham/all/conanfile.py b/recipes/lzham/all/conanfile.py index ec9a8d47a5d919..a0fc0a5b6e5a80 100644 --- a/recipes/lzham/all/conanfile.py +++ b/recipes/lzham/all/conanfile.py @@ -160,8 +160,6 @@ def package_info(self): if self.settings.build_type == "Debug": # add D to the end of all the names in the lib_names list lib_names = [f"{lib_name}D" for lib_name in lib_names] - print(self.settings.build_type) - print(lib_names) self.cpp_info.libs = lib_names else: self.cpp_info.libs = ["lzhamdll", "lzhamcomp", "lzhamdecomp"]