Skip to content

Commit

Permalink
likwid-perfscope: Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
TomTheBear committed Jul 22, 2015
1 parent 4426b05 commit e2110ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/applications/likwid-perfscope.lua
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,6 @@ while true do
if data[i] == nil then data[i] = {} end
for j=1,nr_threads do
data[i][j] = tonumber(linelist[1])
print(i,j,data[i][j])
table.remove(linelist, 1)
end
end
Expand Down

0 comments on commit e2110ae

Please sign in to comment.