Log package version first.
[carnet-upgrade.git] / src / functions.sh
index 8792723..4512ee6 100644 (file)
@@ -6,7 +6,6 @@ notice () {
 }
 
 first_warning () {
-  log "$version"
   LC_MESSAGES=hr_HR dialog --backtitle "$title" --yesno "$msg_first_warning" 18 75
   if [ $? -ne 0 ]; then
     log "Upgrade canceled."