From 184775e58219d07900498c7100a38fb55bbd9409 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 4 Dec 2020 13:38:52 +0100 Subject: [PATCH] Fix linter warning --- scripts/upgrade | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index ee3c45e..7bb238c 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -68,14 +68,6 @@ ynh_clean_setup () { # Exit if an error occurs during the execution of the script ynh_abort_if_errors -#================================================= -# CHECK THE PATH -#================================================= - -# Normalize the URL path syntax - -path_url=$(ynh_normalize_url_path --path_url=$path_url) - #================================================= # STANDARD UPGRADE STEPS #=================================================