From 162880929dbbaab0fbbd3e6c25e01fa4bb22e422 Mon Sep 17 00:00:00 2001 From: Kenneth Bruskiewicz Date: Tue, 12 Nov 2024 15:19:03 -0800 Subject: [PATCH] console log --- lib/DataHarmonizer.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/DataHarmonizer.js b/lib/DataHarmonizer.js index c4acd163..98278f2e 100644 --- a/lib/DataHarmonizer.js +++ b/lib/DataHarmonizer.js @@ -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)