Remove "Generating secrets and auth material..." status line

Secret generation is fast enough that the progress message is unnecessary.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Bryan Helmkamp 2026-04-14 15:16:49 -04:00
parent 2ba84be748
commit e366e4e761

View file

@ -1469,12 +1469,6 @@ async fn run_install_inner(
// Secrets and auth material
{
fabro_util::printerr!(
printer,
" {}",
s.dim.apply_to("Generating secrets and auth material...")
);
let session_secret = session_secret::generate_session_secret();
fabro_util::printerr!(
printer,