remove debug output 51/97551/1 accepted/tizen/3.0/common/20161115.184739 accepted/tizen/3.0/ivi/20161114.235618 accepted/tizen/3.0/mobile/20161114.235523 accepted/tizen/3.0/tv/20161114.235542 accepted/tizen/3.0/wearable/20161114.235559 accepted/tizen/common/20161125.095328 accepted/tizen/ivi/20161125.004214 accepted/tizen/mobile/20161125.003711 accepted/tizen/tv/20161125.003931 accepted/tizen/wearable/20161125.004054 submit/tizen/20161124.000829 submit/tizen_3.0/20161114.123325
authorjongmyeongko <jongmyeong.ko@samsung.com>
Mon, 14 Nov 2016 12:29:31 +0000 (21:29 +0900)
committerjongmyeongko <jongmyeong.ko@samsung.com>
Mon, 14 Nov 2016 12:29:31 +0000 (21:29 +0900)
- do not add debug output at the first line. it cause a problem when use sdb "install".

Change-Id: I0e2868f87a491fe992a842ec6b931119de7cafcb
Signed-off-by: jongmyeongko <jongmyeong.ko@samsung.com>
src/pkg_cmd.c

index 47ae952..274a386 100644 (file)
@@ -1414,15 +1414,11 @@ int main(int argc, char *argv[])
                return -1;
        }
 
-       if (uid == OWNER_ROOT) {
+       if (uid == OWNER_ROOT)
                uid = DEFAULT_USER;
-               printf("Current User is Root! : " \
-                       "target_uid will be default user(%d)\n", uid);
-       }
 
        if (data.global == 1)
                uid = GLOBAL_USER;
-       printf("target uid(%d)\n", uid);
 
        ret = __process_request(uid);
        if ((ret < 0) && (data.result == 0)) {