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}; }