Skip to content

Commit 3f80512

Browse files
committed
Remove useless checks
1 parent 0e54da2 commit 3f80512

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Scripts/public/test-streams.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,6 @@ function serve_test_streams {
1515

1616
kill_test_streams "$dest_dir"
1717

18-
if ! command -v pkgx python &> /dev/null; then
19-
echo "python could not be found"
20-
exit 1
21-
fi
22-
23-
if ! command -v pkgx ffmpeg &> /dev/null; then
24-
echo "ffmpeg could not be found"
25-
exit 1
26-
fi
27-
2818
mkdir -p "$dest_dir"
2919
cp -R "$JSON_DIR" "$dest_dir"
3020

0 commit comments

Comments
 (0)