Remove unnecessary error logs
This commit is contained in:
@@ -170,7 +170,7 @@ public class DecryptActivity extends DrawerActivity {
|
|||||||
// end activity
|
// end activity
|
||||||
finish();
|
finish();
|
||||||
}
|
}
|
||||||
} else {
|
} else if (ACTION_DECRYPT.equals(action)) {
|
||||||
Log.e(Constants.TAG,
|
Log.e(Constants.TAG,
|
||||||
"Include the extra 'text' or an Uri with setData() in your Intent!");
|
"Include the extra 'text' or an Uri with setData() in your Intent!");
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -249,7 +249,7 @@ public class EncryptActivity extends DrawerActivity implements
|
|||||||
// end activity
|
// end activity
|
||||||
finish();
|
finish();
|
||||||
}
|
}
|
||||||
} else {
|
} else if (ACTION_ENCRYPT.equals(action)) {
|
||||||
Log.e(Constants.TAG,
|
Log.e(Constants.TAG,
|
||||||
"Include the extra 'text' or an Uri with setData() in your Intent!");
|
"Include the extra 'text' or an Uri with setData() in your Intent!");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user