Stop showing an error message in /plan (#18333)

This commit is contained in:
Adib234
2026-02-04 14:43:25 -05:00
committed by GitHub
parent 650980af37
commit d79478689f
2 changed files with 0 additions and 19 deletions
@@ -37,10 +37,6 @@ export const planCommand: SlashCommand = {
const approvedPlanPath = config.getApprovedPlanPath();
if (!approvedPlanPath) {
coreEvents.emitFeedback(
'error',
'No approved plan found. Please create and approve a plan first.',
);
return;
}