Skip to content

Commit

Permalink
Remove unnecessary log related to commit a998575
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackyHawky committed Nov 14, 2024
1 parent d82eec3 commit 9c25f34
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/src/main/java/com/best/deskclock/AlarmAlertWakeLock.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

import android.content.Context;
import android.os.PowerManager;
import android.util.Log;

/**
* Utility class to hold wake lock in app.
Expand All @@ -31,7 +30,6 @@ public static void acquireCpuWakeLock(Context context) {

sCpuWakeLock = createPartialWakeLock(context);
sCpuWakeLock.acquire(10000L);
Log.i(TAG, "WakeLock acquire");
}

public static void releaseCpuLock() {
Expand Down

0 comments on commit 9c25f34

Please sign in to comment.