Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
mei23 committed Mar 1, 2024
1 parent b0a6389 commit c49ebf0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion built/plugins/dlsite.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ function process(url) {
throw e;
});
const landingUrl = summaly.url;
console.log(landingUrl);
if (!landingUrl.match(/[/](?:home|comic|soft|app|ai)[/]/))
summaly.sensitive = true;
return summaly;
Expand Down
1 change: 0 additions & 1 deletion src/plugins/dlsite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export async function process(url: URL): Promise<Summaly> {
});

const landingUrl = summaly.url;
console.log(landingUrl);
if (!landingUrl.match(/[/](?:home|comic|soft|app|ai)[/]/)) summaly.sensitive = true;
return summaly;
}

0 comments on commit c49ebf0

Please sign in to comment.