Skip to content

Commit

Permalink
console log
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethbruskiewicz committed Nov 12, 2024
1 parent 941f5c8 commit 1628809
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lib/DataHarmonizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -1706,13 +1706,13 @@ class DataHarmonizer {
const fieldYCoordinates = this.getFieldYCoordinates();
const fields = this.getFields();

console.log(
colname,
value,
fieldYCoordinates,
this.getFieldNameMap(fields),
this.getFieldTitleMap(fields)
);
// console.log(
// colname,
// value,
// fieldYCoordinates,
// this.getFieldNameMap(fields),
// this.getFieldTitleMap(fields)
// );

// ENSURE colname hasn't been tampered with (the autocomplete allows
// other text)
Expand Down

0 comments on commit 1628809

Please sign in to comment.