Remove debugging related items

This commit is contained in:
Devon Mackay
2018-07-31 07:03:49 -04:00
committed by dandds
parent 8f22921622
commit da40d22add
4 changed files with 0 additions and 16 deletions

View File

@@ -6,9 +6,3 @@ source "$(dirname "${0}")"/../script/include/global_header.inc.sh
# Run the shared get_db_settings script
source ./script/include/run_get_db_settings.sh
echo
echo "Postgres settings: "
echo "PGHOST: $PGHOST"
echo "PGDATABASE: $PGDATABASE"
echo