From 290549a9bd97e55688f09973fa3c51522732cf3d Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Thu, 4 Jul 2024 17:34:34 +0200 Subject: [PATCH] remove the get_publication_link empty function --- misc/datahub-hooks.bash | 4 ---- 1 file changed, 4 deletions(-) diff --git a/misc/datahub-hooks.bash b/misc/datahub-hooks.bash index be6820f..21e6a95 100755 --- a/misc/datahub-hooks.bash +++ b/misc/datahub-hooks.bash @@ -49,10 +49,6 @@ arc_registry_push() { echo "ARC registry push returned: $ret" } -get_publication_link() { - : -} - purge_badges() { ret="$(curl -k -L -X GET \ -H "PRIVATE-TOKEN: $api_token" \