CommiteDev / Commite-auth-service

Avoid using console in code that runs on browser JS-0002
Bug risk
Major
a year agoa year old
Avoid using console in code that runs on the browser
39  dbConnection,
40  { useNewUrlParser: true, useUnifiedTopology: true },
41  () => {
42    console.log('connected to db')43  }
44)
45