mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 05:35:39 +03:00
remove printStacktrace()
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
3a8b59a0c1
commit
3307d52dfb
1 changed files with 0 additions and 1 deletions
|
@ -376,7 +376,6 @@ public class SetupEncryptionDialogFragment extends DialogFragment {
|
||||||
|
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
Log_OC.e(TAG, e.getMessage());
|
Log_OC.e(TAG, e.getMessage());
|
||||||
e.printStackTrace();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
keyResult = KEY_FAILED;
|
keyResult = KEY_FAILED;
|
||||||
|
|
Loading…
Reference in a new issue