Skip to content

Commit 7c810ef

Browse files
committed
Remove obscenely large log print
1 parent 2245587 commit 7c810ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/core/src/db/relational_db.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,6 @@ impl RelationalDB {
669669
}),
670670
};
671671

672-
log::trace!("append {txdata:?}");
673672
// TODO: Should measure queuing time + actual write
674673
durability.append_tx(txdata);
675674
} else {

0 commit comments

Comments
 (0)