Removed noisy volume debug statement.

This commit is contained in:
Storm Dragon
2025-08-19 16:45:51 -04:00
parent 5e144e7955
commit fa9585a0e1

View File

@@ -30,7 +30,6 @@ done
# Volume calibration - this should be the VERY FIRST interactive part
while [[ $volume -le 130 ]]; do
clear
echo "Volume calibration (current: ${volume}%)"
pactl set-sink-volume @DEFAULT_SINK@ "${volume}%" 2>/dev/null
spd-say "If this is loud enough, press enter."
if read -t4 ; then