Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 049317f9 authored by Alex Johnston's avatar Alex Johnston
Browse files

Remove unknown user type log

Bug: 243619280
Test: build
Change-Id: I9e7bb721eb60e9a04c9017dff3c79de6df539c7a
parent 32950c05
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -3960,8 +3960,6 @@ public class DevicePolicyManagerService extends BaseIDevicePolicyManager {
                            admins.add(admin);
                        }
                    }
                } else {
                    Slogf.w(LOG_TAG, "Unknown user type: " + userInfo);
                }
            }
        });