remove random console.log ?

Signed-off-by: si458 <simonsmith5521@gmail.com>

si458 committed Aug 29, 2025 at 12:40 UTC b5155763173d81a558f3a55ef10570c4c464acd2
1 file changed -1
meshuser.js
-1
@@ -2849,7 +2849,6 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
2849 }
2850 } else if (i.startsWith('ugrp/')) {
2851 var cusergroup = parent.userGroups[i];
2852 - console.log(cusergroup);
2852 if ((cusergroup != null) && (cusergroup.links != null) && (cusergroup.links[node._id] != null)) {
2853 // Remove the user link & save the user
2854 delete cusergroup.links[node._id];