remove script logging

This commit is contained in:
keyan 2024-03-10 18:36:00 -05:00
parent 5572791c91
commit 4b2596f86b
1 changed files with 0 additions and 2 deletions

2
sndev
View File

@ -29,12 +29,10 @@ sndev__start() {
cp .env.sample .env.sndev cp .env.sample .env.sndev
fi fi
echo "Starting application"
docker__compose up --build docker__compose up --build
} }
sndev__stop() { sndev__stop() {
echo "Stopping application"
docker__compose down docker__compose down
} }