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

Commit c6301c08 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove unnecessary logging" into rvc-dev

parents 721de235 26d2152c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1105,7 +1105,6 @@ public class MediaPlayer extends PlayerBase
            setDataSource(afd);
            return true;
        } catch (NullPointerException | SecurityException | IOException ex) {
            Log.w(TAG, "Couldn't open " + (uri == null ? "null uri" : uri.toSafeString()), ex);
            return false;
        }
    }