Skip to content

Commit 2009c22

Browse files
authored
Remove unavailable function (#425)
1 parent bc5bddb commit 2009c22

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

platform/swift/source/src/bridge.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,6 @@ extern "C" fn capture_create_logger(
494494
device,
495495
static_metadata,
496496
})
497-
.with_client_stats(true)
498497
.with_internal_logger(true)
499498
.build()
500499
.map(|(logger, _, future, _)| LoggerHolder::new(logger, future))?;

0 commit comments

Comments
 (0)