Skip to content

Commit

Permalink
Remove dvlog
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Dec 19, 2024
1 parent bf9bcb5 commit 7f00e1d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions python/mrc/_pymrc/tests/test_asyncio_runnable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -373,10 +373,6 @@ TEST_F(TestAsyncioRunnable, UseAsyncioTasksThrows2086)
boost::this_fiber::sleep_for(10ms);

++i;
if (i == 2)
{
DVLOG(1) << "source finished emitting values";
}
}

s.on_completed();
Expand Down

0 comments on commit 7f00e1d

Please sign in to comment.