PasswordStore: Remove useless log prints
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
parent
d583609b28
commit
c635704032
1 changed files with 0 additions and 2 deletions
|
@ -216,7 +216,6 @@ public class PasswordStore extends AppCompatActivity {
|
||||||
// as you specify a parent activity in AndroidManifest.xml.
|
// as you specify a parent activity in AndroidManifest.xml.
|
||||||
int id = item.getItemId();
|
int id = item.getItemId();
|
||||||
Intent intent;
|
Intent intent;
|
||||||
Log.d(TAG, "Menu item " + id + " pressed");
|
|
||||||
|
|
||||||
AlertDialog.Builder initBefore = new AlertDialog.Builder(this)
|
AlertDialog.Builder initBefore = new AlertDialog.Builder(this)
|
||||||
.setMessage(this.getResources().getString(R.string.creation_dialog_text))
|
.setMessage(this.getResources().getString(R.string.creation_dialog_text))
|
||||||
|
@ -270,7 +269,6 @@ public class PasswordStore extends AppCompatActivity {
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
case android.R.id.home:
|
case android.R.id.home:
|
||||||
Log.d(TAG, "Home pressed");
|
|
||||||
this.onBackPressed();
|
this.onBackPressed();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue