get rid of some useless debugging

This commit is contained in:
iNPUTmice 2015-02-23 12:05:18 +01:00
parent da2da75756
commit 7a62fbbeae
1 changed files with 0 additions and 3 deletions

View File

@ -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;
}