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

Commit 00eae1c0 authored by Vinit Nayak's avatar Vinit Nayak
Browse files

Cleanup logs

Flag: None
Test: None
Fixes: 302551868
Change-Id: I1adbea6413d9d0d6c87911623b4a77d16ab8c5e3
parent af91ae6e
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -83,7 +83,6 @@ public class OneShotRemoteHandler implements Transitions.TransitionHandler {
                mMainExecutor.execute(() -> {
                    finishCallback.onTransitionFinished(wct);
                });
                Log.d("b/302551868", "OneShotRemoteHandler#start remote anim null");
                mRemote = null;
            }
        };
@@ -107,7 +106,6 @@ public class OneShotRemoteHandler implements Transitions.TransitionHandler {
                mRemote.asBinder().unlinkToDeath(remoteDied, 0 /* flags */);
            }
            finishCallback.onTransitionFinished(null /* wct */);
            Log.d("b/302551868", "OneShotRemoteHandler#exception remote anim null");
            mRemote = null;
        }
        return true;
@@ -127,7 +125,6 @@ public class OneShotRemoteHandler implements Transitions.TransitionHandler {
                // so just assume the worst-case and clear the local transaction.
                t.clear();
                mMainExecutor.execute(() -> finishCallback.onTransitionFinished(wct));
                Log.d("b/302551868", "OneShotRemoteHandler#merge remote anim null");
                mRemote = null;
            }
        };