Skip to content

Commit ff35bbf

Browse files
committed
Remove loading indicator message when IPC socket is ready
1 parent 61e9ba2 commit ff35bbf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

shelldio.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ start_mpv() {
111111
# Wait for the IPC socket to be ready with loading indicator
112112
for i in {1..40}; do
113113
if [ -S /tmp/mpv_socket ]; then
114-
echo " OK"
115114
fade_in
116115
return 0
117116
fi

0 commit comments

Comments
 (0)