output cleanup

master
Chris Punches 2025-03-16 02:11:15 -04:00
parent 6d34c69b9f
commit 172bc2e9c8
1 changed files with 0 additions and 1 deletions

View File

@ -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();