Remove a line that we dont need

Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
Mario Danic 2017-12-13 15:42:32 +01:00
parent 2bd07b4fd5
commit 180b7c4bc8

View file

@ -157,7 +157,6 @@ public class MagicTrustManager implements X509TrustManager {
@Override
public X509Certificate[] getAcceptedIssuers() {
X509Certificate[] bla = systemTrustManager.getAcceptedIssuers();
return systemTrustManager.getAcceptedIssuers();
}