kiss: remove log message

This commit is contained in:
Dylan Araps 2019-08-14 10:42:38 +00:00
parent 8b4f7c732d
commit ff85b46816
1 changed files with 1 additions and 3 deletions

4
kiss
View File

@ -842,8 +842,6 @@ pkg_clean() {
# to the build.
[ "$KISS_DEBUG" = 1 ] && return
log "Cleaning cache directories..."
# Remove temporary directories.
rm -rf -- "$mak_dir" "$pkg_dir" "$tar_dir"
@ -993,7 +991,7 @@ args() {
# Print version and exit.
v|ve|ver|vers|versi|versio|version)
log "kiss 0.6.1"
log "kiss 0.6.2"
;;
# Print usage and exit.