remove the no argument provided print because i'ts useless

This commit is contained in:
qorg11 2021-11-08 13:43:04 +01:00
parent 2c26e2e5f9
commit e3b03cc592
No known key found for this signature in database
GPG key ID: 343FC20A4ACA62B9

View file

@ -46,7 +46,6 @@ GetOptions(
# Main program
if (!$ARGV[0]) {
print "No argument given\n";
my $response;
my $uuid = -1;
my @selected_video_data;