Skip to content

Commit

Permalink
Merge pull request snabbco#313 from Igalia/bye
Browse files Browse the repository at this point in the history
Bye
  • Loading branch information
wingo committed May 3, 2016
2 parents 6990aab + fc4da0e commit b96dd85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/app.lua
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ function main (options)
if options.measure_latency or options.measure_latency == nil then
local histogram = require('lib.histogram')
local latency = histogram.create('engine/latency', 1e-6, 1e0)
print('hi')
breathe = latency:wrap_thunk(breathe, now)
end

Expand Down

0 comments on commit b96dd85

Please sign in to comment.