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

Commit a9c979ad authored by Jamie Gennis's avatar Jamie Gennis Committed by Android Git Automerger
Browse files

am 98f8e0cb: am ff7049ab: Remove some debug logging that I accidentally committed.

Merge commit '98f8e0cbaa19b4a045e6f201290e731ddfad67ba'

* commit '98f8e0cbaa19b4a045e6f201290e731ddfad67ba':
  Remove some debug logging that I accidentally committed.
parents 87449dbc 26dad229
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -385,8 +385,6 @@ sp<Surface> Surface::readFromParcel(const Parcel& data) {
    if (surface == 0) {
       surface = new Surface(data, binder);
       sCachedSurfaces.add(binder, surface);
    } else {
        LOGW("Reusing surface!");
    }
    if (surface->mSurface == 0) {
      surface = 0;
@@ -1024,4 +1022,3 @@ bool Surface::BufferInfo::validateBuffer(const sp<GraphicBuffer>& buffer) const

// ----------------------------------------------------------------------------
}; // namespace android