Skip to content

Commit 96c005c

Browse files
committed
undo tracing
1 parent fb3958e commit 96c005c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

turbopack/crates/turbo-persistence/src/write_batch.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@ impl<K: StoreKey + Send + Sync, const FAMILIES: usize> WriteBatch<K, FAMILIES> {
232232
///
233233
/// Safety: Caller must ensure that no concurrent put or delete operation is happening on the
234234
/// flushed family.
235-
#[tracing::instrument(level = "trace", skip(self))]
236235
pub unsafe fn flush(&self, family: u32) -> Result<()> {
237236
// Flush the thread local collectors to the global collector.
238237
let mut collectors = Vec::new();

0 commit comments

Comments
 (0)