mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
remove unnecessary logging
This commit is contained in:
@@ -66,7 +66,9 @@ export function parse(crawlContainer, crawlFields, text, url) {
|
|||||||
if (parsedObject.id != null) {
|
if (parsedObject.id != null) {
|
||||||
result.push(parsedObject);
|
result.push(parsedObject);
|
||||||
} else {
|
} else {
|
||||||
console.warn('ID not found. Not relaying object.');
|
/* eslint-disable no-console */
|
||||||
|
console.debug('ID not found. Not relaying object.');
|
||||||
|
/* eslint-enable no-console */
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user