Skip to content

Commit

Permalink
Backend Sever Index.js Update remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
JancoEngelbrecht committed Sep 12, 2024
1 parent d56028e commit 80f0158
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ const routes = require('./routes');
app.use('/', routes);

// Connect to MongoDB (CosmosDB)
console.log(process.env.DB_URI)
mongoose.connect(process.env.DB_URI, {
useNewUrlParser: true,
useUnifiedTopology: true,
Expand Down

0 comments on commit 80f0158

Please sign in to comment.