tRemove debug echo of url. Thanks Eric - scholarref - tools for DOI and BiBTeX reference extraction, fetching, and parsing
(HTM) git clone git://src.adamsgaard.dk/scholarref
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 98931f5cbad0439d1908cd8a979f0af5cd6ac115
(DIR) parent 866570b4016c579141ed807c3e9719f82b65bc45
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Sat, 16 Nov 2019 04:16:55 +0100
Remove debug echo of url. Thanks Eric
Diffstat:
M getref | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/getref b/getref
t@@ -101,7 +101,6 @@ get_citation() {
doi=$(echo "$1" | strip_doi)
url="$host/$1"
[ "$verbose" = 1 ] && echo "connecting to $url" || :
- echo "$url"
result="$($prefix curl --location \
--header "Accept: application/x-bibtex" \
--silent --show-error "$url")"