From d2d55bac7fcee6fe657d01c3d3e8d0264a30dce3 Mon Sep 17 00:00:00 2001 From: Avril Date: Thu, 26 Nov 2020 20:32:24 +0000 Subject: [PATCH] um --- lean/src/work.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lean/src/work.cpp b/lean/src/work.cpp index 4e7a440..cda07b3 100644 --- a/lean/src/work.cpp +++ b/lean/src/work.cpp @@ -28,7 +28,7 @@ std::tuple minmax_t(const span& array, Fn keep) if(item > highest) highest = item; } } - fmt::print("MMX {}, {}\n", lowest, highest); + //fmt::print("MMX {}, {}\n", lowest, highest); return {lowest, highest}; }