1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/archivebox_ynh.git synced 2024-09-03 18:15:54 +02:00

Remove debug messages

This commit is contained in:
notplants 2021-12-05 20:21:45 +01:00
parent e8a5334706
commit 7a8852a480
2 changed files with 0 additions and 5 deletions

View file

@ -142,8 +142,6 @@ cp ../conf/package-lock.json "$final_path/package-lock.json"
cd $final_path; ynh_npm ci
ynh_node_path=$ynh_node
ynh_script_progression --message="ynh_node_path: $ynh_node_path" --weight=1
ynh_script_progression --message="ynh_node_load_PATH: $ynh_node_load_PATH" --weight=1
#=================================================
# CREATE DATA DIRECTORY

View file

@ -99,9 +99,6 @@ fi
datadir=/home/yunohost.app/$app
# debug message
ynh_script_progression --message="ynh_node_load_PATH: $ynh_node_load_PATH" --weight=1
if [ "$upgrade_type" == "UPGRADE_APP" ]
then
ynh_script_progression --message="Upgrading via pip" --weight=1