mirror of
https://github.com/aljazceru/satshkd-vercel.git
synced 2025-12-17 21:24:23 +01:00
comment out console.log
This commit is contained in:
@@ -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' })
|
||||
|
||||
Reference in New Issue
Block a user