From d8bbac9c82b2f0d1c7e07c63e41f05710ddea1a6 Mon Sep 17 00:00:00 2001 From: f-trycua Date: Tue, 13 May 2025 23:13:15 -0700 Subject: [PATCH] Remove pull logs --- libs/lumier/src/lib/vm.sh | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/libs/lumier/src/lib/vm.sh b/libs/lumier/src/lib/vm.sh index 33fc33f8..540d64b7 100755 --- a/libs/lumier/src/lib/vm.sh +++ b/libs/lumier/src/lib/vm.sh @@ -312,21 +312,6 @@ lume_pull() { # Inform users how to check pull progress echo "You can check the pull progress using: lume logs -f" - # Always print the curl command before executing - echo "" - echo "EXECUTING PULL COMMAND:" - echo "curl -X POST \\ - -H \"Content-Type: application/json\" \\ - -d '{ - \"image\": \"$image\", - \"name\": \"$vm_name\", - \"registry\": \"$registry\", - \"organization\": \"$organization\", - \"storage\": \"$storage\" - }' \\ - \"http://${api_host}:${api_port}/lume/pull\"" - echo "" - # Pull image via API and capture response local response if [[ "${LUMIER_DEBUG:-0}" == "1" ]]; then