diff options
-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; |