mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-05 00:35:08 -05:00
remove debug output about security providers (cleaner unit tests)
This commit is contained in:
parent
c0edaf9a5e
commit
827a958e12
@ -61,6 +61,7 @@ public class KeychainApplication extends Application {
|
||||
PRNGFixes.apply();
|
||||
Log.d(Constants.TAG, "Bouncy Castle set and PRNG Fixes applied!");
|
||||
|
||||
/*
|
||||
if (Constants.DEBUG) {
|
||||
Provider[] providers = Security.getProviders();
|
||||
Log.d(Constants.TAG, "Installed Security Providers:");
|
||||
@ -68,6 +69,7 @@ public class KeychainApplication extends Application {
|
||||
Log.d(Constants.TAG, "provider class: " + p.getClass().getName());
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
// Create APG directory on sdcard if not existing
|
||||
if (Environment.getExternalStorageState().equals(Environment.MEDIA_MOUNTED)) {
|
||||
|
Loading…
Reference in New Issue
Block a user