Skip to content

Commit b38c608

Browse files
authored
Remove leftover log enabling line (#685)
1 parent ee687bf commit b38c608

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/src/core_tests/activity_tasks.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1125,8 +1125,6 @@ async fn graceful_shutdown(#[values(true, false)] at_max_outstanding: bool) {
11251125
#[rstest::rstest]
11261126
#[tokio::test]
11271127
async fn activities_must_be_flushed_to_server_on_shutdown(#[values(true, false)] use_grace: bool) {
1128-
crate::telemetry::test_telem_console();
1129-
11301128
let grace_period = if use_grace {
11311129
// Even though the grace period is shorter than the client call, the client call will still
11321130
// go through. This is reasonable since the client has a timeout anyway, and it's unlikely

0 commit comments

Comments
 (0)