Skip to content

Commit 9deef49

Browse files
committed
delete comment
1 parent 9bdea7d commit 9deef49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-case/check-performance.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ if [ "$SOF_TEST_PIPEWIRE" == true ]; then
6161
sink_id=$(wpctl status | grep -A6 "Sinks" | grep -A3 -i "$sink_type" | tr -d '*' | awk '{print $2}' | tr -d '.' | head -n 1)
6262
if [ -z "$sink_id" ]; then
6363
dlogi "No $sink_type found, skipping to the next one"
64-
continue # skip if that device type isn't available
64+
continue
6565
fi
6666
dlogi "Setting default sink to $sink_id: $sink_type"
6767
wpctl set-default "$sink_id"

0 commit comments

Comments
 (0)