Remove left-behind Log

This commit is contained in:
Stypox 2020-02-01 18:23:57 +01:00
parent 9b09028440
commit 1bf55c2139
No known key found for this signature in database
GPG Key ID: 4BDF1B40A49FDD23
1 changed files with 0 additions and 1 deletions

View File

@ -143,7 +143,6 @@ public class ReCaptchaActivity extends AppCompatActivity {
private void handleCookies(String url) {
String cookies = CookieManager.getInstance().getCookie(url);
if (MainActivity.DEBUG) Log.d(TAG, "handleCookies: url=" + url + "; cookies=" + (cookies == null ? "null" : cookies));
Log.e(TAG, "handleCookies: url=" + url + "; cookies=" + (cookies == null ? "null" : cookies));
if (cookies == null) return;
addYoutubeCookies(cookies);