summaryrefslogtreecommitdiffstats
path: root/libs
diff options
context:
space:
mode:
Diffstat (limited to 'libs')
-rw-r--r--libs/surfaceflinger_client/Surface.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/surfaceflinger_client/Surface.cpp b/libs/surfaceflinger_client/Surface.cpp
index 1de3a4f..5ab72cd 100644
--- a/libs/surfaceflinger_client/Surface.cpp
+++ b/libs/surfaceflinger_client/Surface.cpp
@@ -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
-