summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/com/android/dreams/phototable/PhotoSource.java2
-rw-r--r--src/com/android/dreams/phototable/SectionedAlbumDataAdapter.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/dreams/phototable/PhotoSource.java b/src/com/android/dreams/phototable/PhotoSource.java
index 44e00d9..366ce20 100644
--- a/src/com/android/dreams/phototable/PhotoSource.java
+++ b/src/com/android/dreams/phototable/PhotoSource.java
@@ -41,7 +41,7 @@ import java.util.Random;
*/
public abstract class PhotoSource {
private static final String TAG = "PhotoTable.PhotoSource";
- private static final boolean DEBUG = true;
+ private static final boolean DEBUG = false;
// This should be large enough for BitmapFactory to decode the header so
// that we can mark and reset the input stream to avoid duplicate network i/o
diff --git a/src/com/android/dreams/phototable/SectionedAlbumDataAdapter.java b/src/com/android/dreams/phototable/SectionedAlbumDataAdapter.java
index 56fd954..6dc3ddf 100644
--- a/src/com/android/dreams/phototable/SectionedAlbumDataAdapter.java
+++ b/src/com/android/dreams/phototable/SectionedAlbumDataAdapter.java
@@ -34,7 +34,7 @@ import java.util.List;
*/
public class SectionedAlbumDataAdapter extends DataSetObserver implements ListAdapter {
private static final String TAG = "SectionedAlbumDataAdapter";
- private static final boolean DEBUG = true;
+ private static final boolean DEBUG = false;
private final LayoutInflater mInflater;
private final int mLayout;