diff --git a/crates/core/src/protocol/mod.rs b/crates/core/src/protocol/mod.rs
index 8c857f92de..f4f6e2760b 100644
--- a/crates/core/src/protocol/mod.rs
+++ b/crates/core/src/protocol/mod.rs
@@ -259,17 +259,11 @@ impl Add {
/// Returns the serde_json representation of stats contained in the action if present.
/// Since stats are defined as optional in the protocol, this may be None.
- fn get_json_stats(&self) -> Result