Skip to content

Commit 715af20

Browse files
committed
remove logging triggering an error
1 parent f2bc970 commit 715af20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

middleware/client.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ exports.withOne = async (req, res, next) => {
4040
try {
4141

4242
let client = await db.Client.scope(scope).findOne({ where });
43-
console.log(`==> Mw client withOne found a client from the database, with the following config: ${client.config}`)
43+
// console.log(`==> Mw client withOne found a client from the database, with the following config: ${client.config}`)
4444
if (client) {
4545
req.client = client;
4646
const clientConfig = req.client.config;

0 commit comments

Comments
 (0)