From c2eb9c53cb60daafe26f6d46912a07ca0668fdea Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Tue, 7 Apr 2026 03:50:19 -0400 Subject: [PATCH] Remove dead Backend::log() stub Co-Authored-By: Proof of Concept --- src/agent/oneshot.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/agent/oneshot.rs b/src/agent/oneshot.rs index 1d6b4a5..442512d 100644 --- a/src/agent/oneshot.rs +++ b/src/agent/oneshot.rs @@ -100,9 +100,6 @@ impl Backend { } } - fn log(&self, _text: String) { - // TODO: write Log entries to the forked agent's conversation log - } } /// Resolve {{placeholder}} templates in subconscious agent prompts.