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

Commit 2edb4f22 authored by Kurt Partridge's avatar Kurt Partridge
Browse files

Clean up unnecessary log messages

Change-Id: I6c3252f3b31c5874ea2f909f636f58b579c06b8d
parent 3970352e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -65,12 +65,10 @@ public class FeedbackFragment extends Fragment implements OnClickListener {
        mCancelButton.setOnClickListener(this);

        if (savedInstanceState != null) {
            Log.d(TAG, "restoring from savedInstanceState");
            restoreState(savedInstanceState);
        } else {
            final Bundle bundle = getActivity().getIntent().getExtras();
            if (bundle != null) {
                Log.d(TAG, "restoring from getArguments()");
                restoreState(bundle);
            }
        }