Skip to content

Commit a67aa20

Browse files
committed
dagdebug: Remove yield
1 parent 0759b3f commit a67aa20

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/utils/dagdebug.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ macro dagdebug(thunk, category, msg, args...)
3232
$debug_ex_noid
3333
end
3434
end
35-
36-
# Always yield to reduce differing behavior for debug vs. non-debug
37-
# TODO: Remove this eventually
38-
yield()
3935
end
4036
end)
4137
end

0 commit comments

Comments
 (0)