Skip to content

Commit 62f1535

Browse files
committed
chore: logs cleanu
1 parent 7b596ad commit 62f1535

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/https.android.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,16 +89,16 @@ export function enableSSLPinning(options: Https.HttpsSSLPinningOptions) {
8989
}
9090
peer.enabled = true;
9191
getClient(true);
92-
console.log('nativescript-https > Enabled SSL pinning');
92+
// console.log('nativescript-https > Enabled SSL pinning');
9393
}
9494

9595
export function disableSSLPinning() {
9696
peer.enabled = false;
9797
getClient(true);
98-
console.log('nativescript-https > Disabled SSL pinning');
98+
// console.log('nativescript-https > Disabled SSL pinning');
9999
}
100100

101-
console.info('nativescript-https > Disabled SSL pinning by default');
101+
// console.info('nativescript-https > Disabled SSL pinning by default');
102102

103103
let Client: okhttp3.OkHttpClient;
104104
let cookieJar: com.nativescript.https.QuotePreservingCookieJar;

0 commit comments

Comments
 (0)