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

Commit a7035909 authored by Daniel Sandler's avatar Daniel Sandler
Browse files

Remove logspew.

Change-Id: I8b56a9c289dcc87080116e6af27721e24d49c3b0
parent ae405d56
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -472,7 +472,7 @@ class NotificationManagerService extends INotificationManager.Stub
    // ============================================================================
    public void enqueueToast(String pkg, ITransientNotification callback, int duration)
    {
        Slog.i(TAG, "enqueueToast pkg=" + pkg + " callback=" + callback + " duration=" + duration);
        if (DBG) Slog.i(TAG, "enqueueToast pkg=" + pkg + " callback=" + callback + " duration=" + duration);

        if (pkg == null || callback == null) {
            Slog.e(TAG, "Not doing toast. pkg=" + pkg + " callback=" + callback);