From 4950924195bff535f80f7ea1a6b2aa4dd7196d1a Mon Sep 17 00:00:00 2001
From: Chris Lamb <chris@chris-lamb.co.uk>
Date: Sat, 14 Jun 2008 17:19:29 +0100
Subject: Remove pointless "echo" statements pre- and post- cdebootstrap

---
 helpers/lh_bootstrap_cdebootstrap | 2 --
 1 file changed, 2 deletions(-)

diff --git a/helpers/lh_bootstrap_cdebootstrap b/helpers/lh_bootstrap_cdebootstrap
index 2d04aed..5d2f22e 100755
--- a/helpers/lh_bootstrap_cdebootstrap
+++ b/helpers/lh_bootstrap_cdebootstrap
@@ -155,9 +155,7 @@ then
 	fi
 
 	# Executing cdebootstrap (regular run)
-	[ "$LH_QUIET" = "enabled" ] && echo -n "Running cdebootstrap ... "
 	${LH_ROOT_COMMAND} cdebootstrap ${CDEBOOTSTRAP_OPTIONS} "${LH_DISTRIBUTION}" chroot "${LH_MIRROR_BOOTSTRAP}"
-	[ "$LH_QUIET" = "enabled" ] && echo "done."
 
 	if [ -n "${LH_ROOT_COMMAND}" ]
 	then
-- 
cgit v1.0