Don't log when there is no action.
This commit is contained in:
parent
e3d56ffd6f
commit
9079c10bd1
1 changed files with 0 additions and 6 deletions
|
@ -197,9 +197,6 @@ void Battery::showHighNotification() {
|
|||
logD("Close high battery notification");
|
||||
notification->close();
|
||||
}
|
||||
else {
|
||||
logD("No high notification action");
|
||||
}
|
||||
}
|
||||
|
||||
void Battery::showLowNotification() {
|
||||
|
@ -216,9 +213,6 @@ void Battery::showLowNotification() {
|
|||
logD("Close low battery notification");
|
||||
notification->close();
|
||||
}
|
||||
else {
|
||||
logD("No low notification action");
|
||||
}
|
||||
}
|
||||
|
||||
int Battery::getCharge() { return charge; }
|
||||
|
|
Loading…
Reference in a new issue