FIX remove useless print
This commit is contained in:
parent
ec1e22652f
commit
c7e3bdced2
|
@ -275,7 +275,6 @@ M.get_core_topology = function()
|
|||
)
|
||||
local out =
|
||||
i_o.execute_cmd('lscpu -y -p=core,cpu | grep -v \'^#\' | sort -k1,1n -t,')
|
||||
print(out)
|
||||
return pure.fmap_maybe(f, out)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue