mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-29 10:06:13 +01:00
refactor: comment out verbose logs
This commit is contained in:
@@ -102,7 +102,7 @@ Helpers.query = async (id) => {
|
||||
};
|
||||
|
||||
Helpers.generateKeys = async (type, id) => {
|
||||
winston.verbose(`[activitypub] Generating RSA key-pair for ${type} ${id}`);
|
||||
// winston.verbose(`[activitypub] Generating RSA key-pair for ${type} ${id}`);
|
||||
const {
|
||||
publicKey,
|
||||
privateKey,
|
||||
|
||||
Reference in New Issue
Block a user