diff --git a/modules/build/src/checksums.cpp b/modules/build/src/checksums.cpp index 2039f42..e768470 100644 --- a/modules/build/src/checksums.cpp +++ b/modules/build/src/checksums.cpp @@ -88,7 +88,6 @@ std::string generate_file_checksum(const std::filesystem::path& file_path) { // Get configured algorithm std::string algorithm_name = get_configured_hash_algorithm(); - dpm_log(LOG_DEBUG, ("Using hash algorithm: " + algorithm_name).c_str()); // Initialize OpenSSL OpenSSL_add_all_digests();