Removes a debug trace

This commit is contained in:
Simone Mainardi 2020-03-02 19:40:42 +01:00
parent cffe275832
commit cc01dc2b2f

View file

@ -1202,7 +1202,6 @@ function driver:export()
stats[cur_loop]["deadline_approaching"] = deadline_approaching
if deadline_approaching then
-- No time to do additional loops, let's return
tprint("exiting...")
break
end
end