diff --git a/packages/core/src/tools/topicTool.ts b/packages/core/src/tools/topicTool.ts index f0cb328b0a..b7cb4d5d4f 100644 --- a/packages/core/src/tools/topicTool.ts +++ b/packages/core/src/tools/topicTool.ts @@ -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 = '';