From 28b2ffabec3e5ce9b5e28082b72e18dc2de34253 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Tue, 6 Aug 2013 17:38:28 -0400 Subject: [PATCH] fix(update_chroot): Remove an old debug echo --- update_chroot | 1 - 1 file changed, 1 deletion(-) diff --git a/update_chroot b/update_chroot index 65f4a9eb78..1f347abc00 100755 --- a/update_chroot +++ b/update_chroot @@ -57,7 +57,6 @@ fi for update_script in ${SCRIPTS_DIR}/sdk_lib/updates/*.sh; do update_name="${update_script##*/}" update_ver="${update_name%%_*}" - echo "$COREOS_VERSION_STRING" "$update_ver" # Run newer updates but don't pass our current version if ! cmp_ver le "$update_ver" "$COREOS_VERSION_STRING"; then warn "Skipping update from the future: $update_name"