diff options
author | Scott Jackson <daneren2005@gmail.com> | 2014-02-28 13:51:41 -0800 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2014-02-28 13:51:41 -0800 |
commit | 9bff3b624fd14b58dcf53cbf6cd71b741a1ad536 (patch) | |
tree | 8bda2fc84d4f9b96fbfaf7ca99d90499cf450f68 | |
parent | 7902a7052afe728b77ca4ba4049b42ed0895631c (diff) | |
download | dsub-9bff3b624fd14b58dcf53cbf6cd71b741a1ad536.tar.gz dsub-9bff3b624fd14b58dcf53cbf6cd71b741a1ad536.tar.bz2 dsub-9bff3b624fd14b58dcf53cbf6cd71b741a1ad536.zip |
Remove redundent logs
-rw-r--r-- | src/github/daneren2005/dsub/service/ChromeCastController.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/github/daneren2005/dsub/service/ChromeCastController.java b/src/github/daneren2005/dsub/service/ChromeCastController.java index 02661f14..9ff0f54a 100644 --- a/src/github/daneren2005/dsub/service/ChromeCastController.java +++ b/src/github/daneren2005/dsub/service/ChromeCastController.java @@ -245,7 +245,6 @@ public class ChromeCastController extends RemoteController { } url = fixURLs(url); - Log.i(TAG, "Cast url: " + url); } // Setup song/video information @@ -271,7 +270,6 @@ public class ChromeCastController extends RemoteController { meta.addImage(new WebImage(Uri.parse(coverArt))); } } - Log.i(TAG, "Cover art: " + coverArt); } String contentType; |