forked from DebaucheryLibrarian/traxxx
Removed stray console log.
This commit is contained in:
parent
8d8cdcd219
commit
2bae6f693e
|
@ -130,8 +130,6 @@ async function scrapeRelease(baseRelease, entities, type = 'scene') {
|
||||||
entity,
|
entity,
|
||||||
};
|
};
|
||||||
|
|
||||||
console.log(baseRelease, scrapedRelease, mergedRelease);
|
|
||||||
|
|
||||||
if (!mergedRelease.entryId) {
|
if (!mergedRelease.entryId) {
|
||||||
throw Object.assign(new Error('No entry ID supplied'), { code: 'NO_ENTRY_ID' });
|
throw Object.assign(new Error('No entry ID supplied'), { code: 'NO_ENTRY_ID' });
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue