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

Commit 603128e8 authored by Fabian Kozynski's avatar Fabian Kozynski
Browse files

Remove stopship comments and kept logs

Test: no test (just comments removed)
Fixes: 129405675
Change-Id: I4f736da2c5967416276a9d43dfcd74f3e3e3427a
parent fad62e74
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -436,7 +436,6 @@ public class StatusBar extends SystemUI implements DemoMode,
        public void onUserSetupChanged() {
            final boolean userSetup = mDeviceProvisionedController.isUserSetup(
                    mDeviceProvisionedController.getCurrentUser());
            // STOPSHIP(kozynski, b/129405675) Remove log
            Log.d(TAG, "mUserSetupObserver - DeviceProvisionedListener called for user "
                    + mDeviceProvisionedController.getCurrentUser());
            if (MULTIUSER_DEBUG) {
+0 −1
Original line number Diff line number Diff line
@@ -61,7 +61,6 @@ public class DeviceProvisionedControllerImpl extends CurrentUserTracker implemen
        mSettingsObserver = new ContentObserver(mainHandler) {
            @Override
            public void onChange(boolean selfChange, Uri uri, int userId) {
                // STOPSHIP(kozynski, b/129405675) Remove log
                Log.d(TAG, "Setting change: " + uri);
                if (mUserSetupUri.equals(uri)) {
                    notifySetupChanged();