remove debuging information of do_afm_util 52/22752/2
authorCorentin LABBE <clabbe@baylibre.com>
Wed, 23 Oct 2019 09:04:02 +0000 (11:04 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 23 Oct 2019 09:15:21 +0000 (09:15 +0000)
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>
common/scripts/application-lifecycle.sh

index 551e5b6..13fed05 100755 (executable)
@@ -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 $?