Skip to content
This repository was archived by the owner on Mar 4, 2022. It is now read-only.

Commit fc62c3a

Browse files
committed
Removed console log in GET /members
1 parent afbff53 commit fc62c3a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/routes/members.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ export const router = express.Router();
6666

6767
router.get('/', async (req, res) => {
6868
try {
69-
console.log(req.protocol + '://' + req.get('host'));
7069
// tslint:disable-next-line:triple-equals
7170
const order = req.query.order == '1' ? 1 : -1;
7271
let sortBy = req.query.sortBy || 'createdAt';

0 commit comments

Comments
 (0)