Skip to content

Commit

Permalink
remove spaces and log
Browse files Browse the repository at this point in the history
  • Loading branch information
zodman committed Jan 25, 2017
1 parent 857a9a7 commit 689434c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion filecloud.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Plowshare filecloud.io module

# Copyright (c) 2013-2014 Plowshare team
#
# This file is part of Plowshare.
Expand Down
1 change: 0 additions & 1 deletion mediafire.sh
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ mediafire_download() {

# Only get site headers first to capture direct download links
URL=$(curl --head "$BASE_URL/?$FILE_ID" | grep_http_header_location_quiet) || return
log_debug $URL
case "$URL" in
# no redirect, normal download
'')
Expand Down

0 comments on commit 689434c

Please sign in to comment.