From ae8c69852003db108cc766c579f95d596f5d4f5e Mon Sep 17 00:00:00 2001 From: John Ajera <37360952+jajera@users.noreply.github.com> Date: Tue, 7 Jan 2025 00:29:36 +0000 Subject: [PATCH] nfc: cleanup code remove unnecessary code --- .devcontainer/scripts/postCreate.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.devcontainer/scripts/postCreate.sh b/.devcontainer/scripts/postCreate.sh index 8d81b56..e159277 100755 --- a/.devcontainer/scripts/postCreate.sh +++ b/.devcontainer/scripts/postCreate.sh @@ -46,14 +46,5 @@ fi # Load the updated bashrc configuration for the current session source ~/.bashrc -# Validate that validate-devschema is accessible -echo "Validating script installation..." -if ! validate-devschema --help &>/dev/null; then - echo "Error: validate-devschema script is not globally accessible." - exit 1 -else - echo "validate-devschema is installed and ready to use." -fi - # Display completion message echo "Development container setup complete!"