fix(mattermost): keep inspector capture quiet

This commit is contained in:
Vincent Koc
2026-04-28 02:19:26 -07:00
parent ad954dd1ca
commit aa2f964bda
2 changed files with 1 additions and 2 deletions

View File

@@ -306,6 +306,5 @@ export function registerSlashCommandRoute(api: OpenClawPluginApi) {
auth: "plugin",
handler: routeHandler,
});
api.logger.info?.(`mattermost: registered slash command callback at ${callbackPath}`);
}
}