From 9f343ed2968d13f63f6068b77a473fe9ec0032ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Tue, 24 Dec 2019 15:12:38 +0100 Subject: [PATCH] Removed debug print --- import_rapid7.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/import_rapid7.sh b/import_rapid7.sh index f4a59bc..b0d0a0c 100755 --- a/import_rapid7.sh +++ b/import_rapid7.sh @@ -20,7 +20,6 @@ function get_download_url { # study, dataset echo "https://opendata.rapid7.com$(echo "$line" | cut -d'"' -f2)" else filename=$(api_call "$study" | jq '.sonarfile_set[]' -r | grep "${dataset}.json.gz" | sort | tail -1) - echo "$filename" api_call "$study/$filename/download" | jq '.url' -r fi }