Skip to content

Commit

Permalink
Removed a redundent log.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiyue077 committed Sep 25, 2022
1 parent 08edace commit e47ea53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ Mkfile.old
dkms.conf

e-hentai-dl
e-hentai.log
2 changes: 1 addition & 1 deletion x_e_hentai.c
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ static int e_hentai_session_url(char *url)
}
break;
case ERR_DL_IMAGE:
slog("%s : missed the last image %s\n", _session_dir, curl);
//slog("%s : missed the last image %s\n", _session_dir, curl);
skip++;
break;
}
Expand Down

0 comments on commit e47ea53

Please sign in to comment.