mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-11 11:45:01 -05:00
get rid of some useless debugging
This commit is contained in:
parent
da2da75756
commit
7a62fbbeae
@ -437,9 +437,6 @@ public class NotificationService {
|
||||
}
|
||||
|
||||
public void setIsInForeground(final boolean foreground) {
|
||||
if (foreground != this.mIsInForeground) {
|
||||
Log.d(Config.LOGTAG,"setIsInForeground("+Boolean.toString(foreground)+")");
|
||||
}
|
||||
this.mIsInForeground = foreground;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user