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

Commit a5fcd502 authored by Philip P. Moltmann's avatar Philip P. Moltmann
Browse files

Remove debugging from print notification code.

Change-Id: I3f0fb6c68de0b3f4cd0fa67ddf8c405199d6498e
parent eadc267b
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -119,8 +119,6 @@ final class NotificationController {
            removedPrintJobs.remove(printJobId);
            mNotifications.add(printJobId);

            Log.i("TEST", "Adding notification for " + printJobId.flattenToString());

            createSimpleNotification(printJob);
        }

@@ -129,8 +127,6 @@ final class NotificationController {
        for (int i = 0; i < numRemovedPrintJobs; i++) {
            PrintJobId removedPrintJob = removedPrintJobs.valueAt(i);

            Log.i("TEST", "Removing notification for " + removedPrintJob.flattenToString());

            mNotificationManager.cancel(removedPrintJob.flattenToString(), 0);
            mNotifications.remove(removedPrintJob);
        }