fix: Remove nag message for assets management

Anyhow who didn't opt out of the assets management feature (by setting
SCM_BREEZE_DISABLE_ASSETS_MANAGEMENT) would be shown a nag message every
time they started a shell, which adds unnecessary noise.
This commit is contained in:
Kesavan Yogeswaran
2024-04-06 23:10:25 +00:00
parent dd6ee875c6
commit 9d0f0504ef

View File

@@ -13,7 +13,6 @@ source "$scmbDir/lib/scm_breeze.sh"
SCM_BREEZE_DISABLE_ASSETS_MANAGEMENT=${SCM_BREEZE_DISABLE_ASSETS_MANAGEMENT:-""}
if [ "$SCM_BREEZE_DISABLE_ASSETS_MANAGEMENT" != "true" ]; then
echo "scm_breeze: Design Assets management enabled"
source "$scmbDir/lib/design.sh"
fi