chore: removed comment that serves no purpose (#863)

This commit is contained in:
Adri Van Houdt 2019-11-04 16:42:49 +01:00 committed by Tim Brust
parent 529278190c
commit f0c9814c04

View File

@ -37,7 +37,6 @@ class SystemCookieManager implements ICordovaCookieManager {
webView = webview;
cookieManager = CookieManager.getInstance();
//REALLY? Nobody has seen this UNTIL NOW?
cookieManager.setAcceptFileSchemeCookies(true);
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {