remove debugging

This commit is contained in:
2025-07-02 18:21:56 -05:00
parent 0937036155
commit 0f52d19229

View File

@ -1,7 +1,5 @@
#!/bin/bash
set -x
for framework_include_file in ../../../Framework-Includes/*; do
source "$framework_include_file"
done