summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/app/Gallery.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/gallery3d/app/Gallery.java')
-rw-r--r--src/com/android/gallery3d/app/Gallery.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/com/android/gallery3d/app/Gallery.java b/src/com/android/gallery3d/app/Gallery.java
index 06e904a0d..c45c603fb 100644
--- a/src/com/android/gallery3d/app/Gallery.java
+++ b/src/com/android/gallery3d/app/Gallery.java
@@ -215,8 +215,6 @@ public final class Gallery extends AbstractGalleryActivity implements OnCancelLi
// Just show empty title if other apps don't set DISPLAY_NAME
setTitle((displayName == null) ? "" : displayName);
- } else {
- Log.i(TAG, "The caller app doesn't set DISPLAY_NAME.");
}
} finally {
Utils.closeSilently(cursor);