1
0
Fork 0
mirror of synced 2024-07-04 22:11:23 +12:00

Removing test logs.

This commit is contained in:
mike12345567 2023-09-14 11:42:04 +01:00
parent 26c6393f06
commit 5f82b79d40
3 changed files with 0 additions and 3 deletions

View file

@ -50,6 +50,5 @@ export * from "./constants"
// expose package init function
import * as db from "./db"
export const init = (opts: any = {}) => {
console.log("test")
db.init(opts.db)
}

View file

@ -11,7 +11,6 @@ function runServer() {
process.env.GLOBAL_AGENT_FORCE_GLOBAL_AGENT = "false"
bootstrap()
require("./app")
console.log("test")
}
runServer()

View file

@ -109,7 +109,6 @@ export default server.listen(parseInt(env.PORT || "4002"), async () => {
console.log(`Worker running on ${JSON.stringify(server.address())}`)
await initPro()
await redis.init()
console.log("test")
})
process.on("uncaughtException", err => {