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

Commit e670de0e authored by Koushik Dutta's avatar Koushik Dutta
Browse files

Remove debug logging.

parent 93bb9592
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -575,7 +575,6 @@ class MountService extends IMountService.Stub
    private void notifyVolumeStateChange(String label, String path, int oldState, int newState) {
        String vs = getVolumeState(path);
        if (DEBUG_EVENTS) Slog.i(TAG, "notifyVolumeStateChanged::" + vs);
        Slog.i(TAG, String.format("notifyVolumeStateChange %s %s %s %s", label, path, oldState, newState));

        Intent in = null;