diff --git a/bin/check-wordpressversion b/bin/check-wordpressversion
index 10fba57..e07e662 100755
--- a/bin/check-wordpressversion
+++ b/bin/check-wordpressversion
@@ -22,7 +22,7 @@
 # - Update .env with the new version and add IMAGE_VERSION_HOLD=true if needed
 
 # Enable debug output
-set -x
+## set -x
 
 # Set your container name and .env file path
 CONTAINER_NAME="wordpress"
@@ -303,7 +303,7 @@ test_versions() {
 }
 
 # Uncomment to run tests
-test_versions
+## test_versions
 
 # Get the current WordPress version
 current_wp_version=$(get_wp_version | tr -d '\r')