don't log the contents (debugging)
This commit is contained in:
parent
0059314655
commit
68636f4770
1 changed files with 0 additions and 2 deletions
2
scripts/external/scraper.js
vendored
2
scripts/external/scraper.js
vendored
|
@ -11,8 +11,6 @@ export default class scraper {
|
||||||
/* Read for the particular fields. */
|
/* Read for the particular fields. */
|
||||||
function read(fields) {
|
function read(fields) {
|
||||||
let field_data = {};
|
let field_data = {};
|
||||||
|
|
||||||
console.log(Object.keys(fields));
|
|
||||||
|
|
||||||
(Object.keys(fields)).forEach((FIELD_NAME) => {
|
(Object.keys(fields)).forEach((FIELD_NAME) => {
|
||||||
let FIELD = {"name": FIELD_NAME, "value": fields[FIELD_NAME]};
|
let FIELD = {"name": FIELD_NAME, "value": fields[FIELD_NAME]};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue