Skip to content

Commit 354063e

Browse files
committed
fix build
1 parent b659ea2 commit 354063e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ const loadDomainsFromExternalSource = (_a) => __awaiter(void 0, [_a], void 0, fu
3939
const URL = github ? "https://raw.githubusercontent.com/IntegerAlex/disposable-email-detector/refs/heads/main/index.json" : url;
4040
if (!URL)
4141
throw new ExternalSourceError();
42-
console.info(`Loading disposable domains from ${URL}`);
4342
try {
4443
const response = yield fetch(URL);
4544
const disposableDomains = yield response.json();

0 commit comments

Comments
 (0)