瀏覽代碼

removed an unnecessary warning

Chris Vogel 1 年之前
父節點
當前提交
24badf190b
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      scripts/_common.sh

+ 0 - 1
scripts/_common.sh

@@ -751,7 +751,6 @@ flohmarkt_ynh_create_venv() {
 }
 
 flohmarkt_ynh_venv_upgrade() {
-  ynh_print_warn --message="upgrading venv"
   (
     $flohmarkt_venv_dir/bin/python3 -m venv --upgrade-deps "$flohmarkt_venv_dir"
   )