Skip to content

Commit

Permalink
Remove left-behind Log
Browse files Browse the repository at this point in the history
  • Loading branch information
Stypox committed Feb 1, 2020
1 parent c3c84df commit 1a6303d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ private void saveCookiesAndFinish() {
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);
Expand Down

0 comments on commit 1a6303d

Please sign in to comment.