Removed some no longer needed logs.
This commit is contained in:
parent
293600ba0d
commit
13c4e86c7d
3 changed files with 0 additions and 19 deletions
|
|
@ -21,8 +21,6 @@ import java.util.ArrayList;
|
|||
import java.util.Random;
|
||||
import java.util.WeakHashMap;
|
||||
|
||||
import hugo.weaving.DebugLog;
|
||||
|
||||
/**
|
||||
* @author Karim Abou Zeid (kabouzeid)
|
||||
*/
|
||||
|
|
@ -35,7 +33,6 @@ public class MusicPlayerRemote {
|
|||
|
||||
private static final WeakHashMap<Context, ServiceBinder> mConnectionMap = new WeakHashMap<>();
|
||||
|
||||
@DebugLog
|
||||
public static ServiceToken bindToService(@NonNull final Context context,
|
||||
final ServiceConnection callback) {
|
||||
Activity realActivity = ((Activity) context).getParent();
|
||||
|
|
@ -55,7 +52,6 @@ public class MusicPlayerRemote {
|
|||
return null;
|
||||
}
|
||||
|
||||
@DebugLog
|
||||
public static void unbindFromService(@Nullable final ServiceToken token) {
|
||||
if (token == null) {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue