From 31c968ffa6ec2f8a0bdd3fcb00653f32f2a66d2b Mon Sep 17 00:00:00 2001 From: BruceChen Date: Sun, 12 Apr 2026 20:49:50 +0000 Subject: [PATCH] chore: remove redundant comment from MCC debug script for clarity --- tools/mcc-debug.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/mcc-debug.sh b/tools/mcc-debug.sh index 075f0a45..620f5bdd 100644 --- a/tools/mcc-debug.sh +++ b/tools/mcc-debug.sh @@ -294,7 +294,6 @@ elif $FILE_INPUT; then echo " Attach (optional): tmux attach -t $MCC_TMUX_SESSION" echo " Stop MCC: echo 'quit' >> $INPUT_FILE" echo " Stop server: mc-stop $VERSION" - echo " shared servers stay up by default; rerun with --confirm only if you really need to stop it" echo "" else # Interactive classic mode: run in tmux (no pipe - ConsoleInteractive also needs tty)