1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-12 09:17:41 +03:00

Bug #1521: Remove debug message

This commit is contained in:
Jaime Melis 2012-10-08 11:31:09 +02:00
parent a6c1f37159
commit 1d842d34bc

View File

@ -46,8 +46,6 @@ DELETE_CMD=$(cat <<EOF
EOF
)
echo "$DELETE_CMD" > /tmp/pepe
if [ `is_disk $DST_PATH` -eq 1 ]; then
# Disk
ssh_exec_and_log "$DST_HOST" "$DELETE_CMD" \