We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b659ea2 commit 354063eCopy full SHA for 354063e
1 file changed
index.js
@@ -39,7 +39,6 @@ const loadDomainsFromExternalSource = (_a) => __awaiter(void 0, [_a], void 0, fu
39
const URL = github ? "https://raw.githubusercontent.com/IntegerAlex/disposable-email-detector/refs/heads/main/index.json" : url;
40
if (!URL)
41
throw new ExternalSourceError();
42
- console.info(`Loading disposable domains from ${URL}`);
43
try {
44
const response = yield fetch(URL);
45
const disposableDomains = yield response.json();
0 commit comments