comment out console.log

This commit is contained in:
Bitcarrot
2021-10-07 15:41:59 -07:00
parent 4b38069b5c
commit ce0484689a
4 changed files with 2 additions and 300 deletions

View File

@@ -17,7 +17,7 @@ module.exports = {
},
get10yr: async function() {
console.log("get10yr")
// console.log("get10yr")
try {
// const content = await fs.readFile('./public/static/hkd_historical')
const content = fs.readFileSync('./public/static/hkd_historical', { encoding: 'utf8' })