mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 13:57:47 +00:00
PasswordStore: Remove useless log prints
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
@@ -216,7 +216,6 @@ public class PasswordStore extends AppCompatActivity {
|
||||
// as you specify a parent activity in AndroidManifest.xml.
|
||||
int id = item.getItemId();
|
||||
Intent intent;
|
||||
Log.d(TAG, "Menu item " + id + " pressed");
|
||||
|
||||
AlertDialog.Builder initBefore = new AlertDialog.Builder(this)
|
||||
.setMessage(this.getResources().getString(R.string.creation_dialog_text))
|
||||
@@ -270,7 +269,6 @@ public class PasswordStore extends AppCompatActivity {
|
||||
return true;
|
||||
|
||||
case android.R.id.home:
|
||||
Log.d(TAG, "Home pressed");
|
||||
this.onBackPressed();
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user