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:
parent
e8a5334706
commit
7a8852a480
2 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue