From f50b502d966231e15694efd25402c55885469222 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 15 Sep 2019 10:49:03 +0300 Subject: [PATCH] kiss: remove debugging lines --- kiss | 3 --- 1 file changed, 3 deletions(-) diff --git a/kiss b/kiss index 1f5c579..9315c1c 100755 --- a/kiss +++ b/kiss @@ -368,9 +368,6 @@ pkg_build() { done set -- $deps $explicit - echo "$explicit_build" - echo "$deps - $explicit" - log "Building: $*" # Only ask for confirmation if more than one package needs to be built.