From 9bff3b624fd14b58dcf53cbf6cd71b741a1ad536 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Fri, 28 Feb 2014 13:51:41 -0800 Subject: Remove redundent logs --- src/github/daneren2005/dsub/service/ChromeCastController.java | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/github') 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; -- cgit v1.2.3