Cleaned up comments

This commit is contained in:
Chris Troutner
2023-10-28 09:50:12 -07:00
parent f4f142dc48
commit a3102a0278
5 changed files with 1 additions and 18 deletions
-4
View File
@@ -14,8 +14,4 @@ if (env === 'test') {
config = production
}
// const importStr = `./env/${env}.js`
// console.log('importStr: ', importStr)
// import config from importStr
export default Object.assign({}, common, config)
-3
View File
@@ -53,7 +53,4 @@ function applyPassportMods (passport) {
return true
}
// For testing
// export default { passport, passportCallback };
// export default applyPassportMods
export { applyPassportMods, passportCallback }