diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-09-15 07:49:02 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-09-15 07:49:02 +0000 |
commit | bf6782f3313a3daea713f53d160b867abf063cc1 (patch) | |
tree | f3306c35fec2953d7bf6c53bbbb0da9a237c8671 /kiss | |
parent | f146836f108f4ceca92502467a7ec7ea4570aa86 (diff) | |
download | cpt-bf6782f3313a3daea713f53d160b867abf063cc1.tar.gz |
kiss: remove debugging lines
FossilOrigin-Name: 8641367713dcbe040e2257cfc3cf895e65571f6a0e7d545a910782ffb6e7745b
Diffstat (limited to 'kiss')
-rwxr-xr-x | kiss | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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. |