diff options
Diffstat (limited to 'scripts/functions')
-rw-r--r-- | scripts/functions | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/functions b/scripts/functions index aaf23eea..79b37852 100644 --- a/scripts/functions +++ b/scripts/functions @@ -571,7 +571,6 @@ CT_DoGetFile() { # Some company networks have firewalls to connect to the internet, but it's # not easy to detect them, so force a global ${CT_CONNECT_TIMEOUT}-second # timeout. - # For curl, no good progress indicator is available. So, be silent. if [ ${CT_CONNECT_TIMEOUT} = -1 ]; then T= else |