Skip to content

Commit ed49b59

Browse files
committed
Clean leftover debugging logs
1 parent cd5d292 commit ed49b59

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

com.unity.mobile.notifications/Runtime/Android/Plugins/com/unity/androidnotifications/UnityNotificationBackgroundThread.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,11 @@ public void run() {
6060
try {
6161
Runnable task = mTasks.take();
6262
task.run();
63-
android.util.Log.d("Unity", "Notification background task done");
6463
} catch (InterruptedException e) {
6564
if (mTasks.isEmpty())
6665
break;
6766
}
6867
}
69-
70-
android.util.Log.d("Unity", "Notification background thread exited");
7168
}
7269

7370
private void performHousekeeping() {

0 commit comments

Comments
 (0)