From cf170edeb2ccddadda1e609ea68a24bc9f989e68 Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Wed, 13 Aug 2025 10:02:11 +0000
Subject: [PATCH] GS-2251
---
lib/db.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/db.js b/lib/db.js
index 96dfa0e..fe4398f 100644
--- a/lib/db.js
+++ b/lib/db.js
@@ -90,9 +90,9 @@
try {
let userSearchQuery = await getUserSearchQuery(offset, limit, search)
- log.info(userSearchQuery)
+ // log.info(userSearchQuery)
const [results, fields] = await pool.query(userSearchQuery)
- console.log(results, fields)
+ // console.log(results, fields)
const count = await getUserCount(offset, limit, search)
return {
total: count,
--
Gitblit v1.8.0