fix(coreos-base/oem-gce): Drop debug echo

This commit is contained in:
Michael Marineau 2013-12-02 22:12:49 -08:00
parent 4032ba5ede
commit 1c726ce019

View File

@ -11,7 +11,6 @@ update_keys() {
# The key may have a username: prerix which must be stripped
local keys=$(curl --fail -s "$url" | sed -re 's/^\w*://')
if [[ -n "$keys" ]]; then
echo "$keys"
update-ssh-keys -a "gce-$id" <<<"$keys"
fi
}