mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-07-27 12:59:54 +00:00
Disabling raw gets rid of some of the garbage
This commit is contained in:
parent
c6e4189fa0
commit
778f51ca28
@ -43,7 +43,7 @@ usage() if ( $helpmeplease || ((!defined($suite) || !defined($case)) && !defined
|
||||
my $dbh;
|
||||
|
||||
|
||||
my @arguments = ( "--basic", "--proxy", "", "--insecure", "--raw" );
|
||||
my @arguments = ( "--basic", "--proxy", "", "--insecure" );
|
||||
push @arguments, "--silent" unless ( $debug );
|
||||
push @arguments, "--verbose" if ( $debug );
|
||||
|
||||
|
||||
@ -557,6 +557,3 @@ SQL Result:
|
||||
2020-09-29 03:15:00 2020-09-30 03:15:00 2020-10-01 03:15:00 2020-10-02 03:15:00
|
||||
2020-10-03 03:15:00 2020-10-04 03:15:00 2020-10-05 03:15:00 2020-10-06 03:15:00
|
||||
|
||||
|
||||
0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user