Skip to content

Commit 772b7e3

Browse files
Merge pull request #1 from codingforentrepreneurs/dev
Update test
2 parents 149d2fe + bd258f3 commit 772b7e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ const app = express();
77
const STAGE = process.env.STAGE || 'prod'
88
app.use(express.json())
99

10-
console.log('test')
1110
app.get("/", async (req, res, next) => {
1211
console.log(process.env.DEBUG )
1312
const sql = await getDbClient()

0 commit comments

Comments
 (0)