diff --git a/appexecfwk_lite/appexecfwk_posix/src/BundleMgrTest.cpp b/appexecfwk_lite/appexecfwk_posix/src/BundleMgrTest.cpp index 659cb56ac8beb9290e188559b8f66b16a59f919b..93665bbc97e08ec12471edf55ced7b7cb12fda64 100755 --- a/appexecfwk_lite/appexecfwk_posix/src/BundleMgrTest.cpp +++ b/appexecfwk_lite/appexecfwk_posix/src/BundleMgrTest.cpp @@ -840,7 +840,6 @@ HWTEST_F(BundleMgrTest, testGetBundleNameForUidWithIllegal, Function | MediumTes printf("------start testGetBundleNameForUidWithIllegal------\n"); char *bundleName = nullptr; int32_t resultCode = GetBundleNameForUid(0, &bundleName); - printf("GetBundleNameForUid content of bundleName is %s \n", bundleName); EXPECT_EQ(resultCode, 114); printf("GetBundleNameForUid result is %d \n", resultCode); if (bundleName != nullptr) {