remove printStacktrace()

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2018-01-10 09:03:38 +01:00
parent 3a8b59a0c1
commit 3307d52dfb
No known key found for this signature in database
GPG key ID: 0E00D4D47D0C5AF7

View file

@ -376,7 +376,6 @@ public class SetupEncryptionDialogFragment extends DialogFragment {
} catch (Exception e) {
Log_OC.e(TAG, e.getMessage());
e.printStackTrace();
}
keyResult = KEY_FAILED;