Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
SFJohnson24 committed Jun 25, 2024
1 parent 6655545 commit d820e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/ExcelDataset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,10 @@ const getDomainName = (rows: {}[], sheetName: string): string => {
const domainName = domainRow["DOMAIN"] || domainRow["RDOMAIN"];
return domainName || sheetName.toUpperCase().replace(".XPT", "");
}
console.log(`Using Sheet Name as Domain: ${sheetName.toUpperCase().replace(".XPT", "")}`);
return sheetName.toUpperCase().replace(".XPT", "");
};


const mergeDatasetRecords = (
workbook: WorkBook,
datasets: IDataset[]
Expand Down

0 comments on commit d820e5f

Please sign in to comment.