aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe@baylibre.com>2019-10-23 11:04:02 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-10-23 09:15:21 +0000
commit6e82e62a3a3983499ee80db9fb37caad7fe3fffa (patch)
tree97b6c5434da3bcb61b4e1f17b785d400e8d6f3a1
parent9f36891d6fdee48056c9733fb5910087c9750b58 (diff)
remove debuging information of do_afm_util
This printing breaks 'rid' parsing, remove it. Bug-AGL: SPEC-2903 Bug-AGL: SPEC-2925 Change-Id: I505ab9d2994f983de53849fce25d87c8af44362d Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
-rwxr-xr-xcommon/scripts/application-lifecycle.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/scripts/application-lifecycle.sh b/common/scripts/application-lifecycle.sh
index 551e5b6..13fed05 100755
--- a/common/scripts/application-lifecycle.sh
+++ b/common/scripts/application-lifecycle.sh
@@ -30,10 +30,8 @@ fi
do_afm_util()
{
if [ $SERVICE_USER -eq 1 -o $APPLICATION_USER -eq 1 ];then
- echo "DEBUG: do_afm_util as $AGLDRIVER"
su - $AGLDRIVER -c "afm-util $*"
else
- echo "DEBUG: do_afm_util as $(whoami)"
afm-util $*
fi
return $?