refactor(core): remove low-value [TopicTool] debug logs

This commit is contained in:
Jack Wotherspoon
2026-05-07 11:27:17 -04:00
parent a809bc7c51
commit be25a24867
-5
View File
@@ -19,7 +19,6 @@ import {
type ExecuteOptions,
} from './tools.js';
import type { MessageBus } from '../confirmation-bus/message-bus.js';
import { debugLogger } from '../utils/debugLogger.js';
import { getUpdateTopicDeclaration } from './definitions/dynamic-declaration-helpers.js';
import type { Config } from '../config/config.js';
@@ -69,10 +68,6 @@ class UpdateTopicInvocation extends BaseToolInvocation<
const currentIntent =
strategicIntent || this.config.topicState.getIntent() || '...';
debugLogger.log(
`[TopicTool] Update: Topic="${currentTopic}", Intent="${currentIntent}", isNew=${isNewTopic}`,
);
let llmContent = '';
let returnDisplay = '';