From b9bca2cf7fd4d2aa6a6f3f5d3ab8896a42b6ef5c Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Thu, 1 Oct 2020 12:18:21 -0700 Subject: [PATCH] remove a bit of unused info from the compilation step reporting --- bin/kaleidoscope-builder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/kaleidoscope-builder b/bin/kaleidoscope-builder index 4028db27..294fd65f 100755 --- a/bin/kaleidoscope-builder +++ b/bin/kaleidoscope-builder @@ -345,7 +345,7 @@ compile () { SKETCH_DIR="$(find_sketch)" - echo "Building ${SKETCH_DIR}/${SKETCH} ${LIB_VERSION} into ${OUTPUT_PATH}" + echo "Building ${SKETCH_DIR}/${SKETCH}" # This is defined in the (optional) user config. # shellcheck disable=SC2154