From 613c9ee41ae8dab6110e7a9c22d11a5082db6fea Mon Sep 17 00:00:00 2001 From: Oleg 'livelace' Popov Date: Fri, 1 Oct 2021 23:31:06 +0300 Subject: [PATCH] ci --- src/helper.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/helper.cpp b/src/helper.cpp index 7204caf..cfe8e63 100644 --- a/src/helper.cpp +++ b/src/helper.cpp @@ -18,8 +18,6 @@ std::string human_readable(std::uintmax_t size) mantissa = std::ceil(mantissa * 10.) / 10.; - std::cout << mantissa << std::endl; - return fmt::format("{}{}", mantissa, "BKMGTPE"[i]); }