Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 00047033 authored by Isaac Katzenelson's avatar Isaac Katzenelson
Browse files

Remove log.wtf lines

Bug: 11497149
Change-Id: If491d3728e09b6fc19163b383c1e7a45bb0c9c28
parent 847c5c93
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -359,8 +359,6 @@ public class Utils {
        long now = System.currentTimeMillis();
        long delta = alarmOnQuarterHour - now;
        if (0 >= delta || delta > 901000) {
            Log.wtf("quarterly alarm calculation error: nextq hour = " + alarmOnQuarterHour
                    + " now = " + now + " delta = " + delta);
            // Something went wrong in the calculation, schedule something that is
            // about 15 minutes. Next time , it will align with the 15 minutes border.
            alarmOnQuarterHour = now + 901000;