Skip to content

Commit d2af438

Browse files
committed
Removed debugging statement
Signed-off-by: Shmuel Kallner <kallner@il.ibm.com>
1 parent 5db0477 commit d2af438

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,6 @@ $(GCI): $(LOCALBIN)
466466
# $2 - package url which can be installed
467467
# $3 - specific version of package
468468
define go-install-tool
469-
set -x; \
470469
@[ -f "$(1)-$(3)" ] || { \
471470
set -e; \
472471
package=$(2)@$(3) ;\

0 commit comments

Comments
 (0)