[offers][refactor] remove redundant print statements

This commit is contained in:
Stuart Long Chay Boon
2022-11-05 14:38:41 +08:00
parent 32bbb45f4e
commit 1ae3502b9b

View File

@@ -374,6 +374,4 @@ Promise.all([seedSalaries()])
process.exit(1);
});
console.log(xlSerialToJsDate(data[0].Timestamp));
export {};