[Work profile][Test] Remove tracing logs for testWorkeduFlow

Bug: 159671700
Test: NA
Change-Id: I097134c45155f0e65ef4376fab803796f3fdb12a
This commit is contained in:
sfufa@google.com
2021-10-06 15:56:46 -07:00
parent bd977f3598
commit 9f0981dc4f
5 changed files with 0 additions and 19 deletions

View File

@@ -262,8 +262,6 @@ public abstract class AbstractLauncherUiTest {
if (userManager != null) {
for (UserHandle userHandle : userManager.getUserProfiles()) {
if (!userHandle.isSystem()) {
Log.d(TestProtocol.WORK_PROFILE_REMOVED,
"removing user " + userHandle.getIdentifier());
mDevice.executeShellCommand("pm remove-user " + userHandle.getIdentifier());
}
}