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 a new issue