File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
9595export 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
103103let Client : okhttp3 . OkHttpClient ;
104104let cookieJar : com . nativescript . https . QuotePreservingCookieJar ;
You can’t perform that action at this time.
0 commit comments