FIX remove useless print

This commit is contained in:
Nathan Dwarshuis 2024-07-12 12:39:55 -04:00
parent ec1e22652f
commit c7e3bdced2
1 changed files with 0 additions and 1 deletions

View File

@ -275,7 +275,6 @@ M.get_core_topology = function()
) )
local out = local out =
i_o.execute_cmd('lscpu -y -p=core,cpu | grep -v \'^#\' | sort -k1,1n -t,') i_o.execute_cmd('lscpu -y -p=core,cpu | grep -v \'^#\' | sort -k1,1n -t,')
print(out)
return pure.fmap_maybe(f, out) return pure.fmap_maybe(f, out)
end end