mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-20 01:50:22 -05:00
remove random console.log ?
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
@@ -2849,7 +2849,6 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
|
|||||||
}
|
}
|
||||||
} else if (i.startsWith('ugrp/')) {
|
} else if (i.startsWith('ugrp/')) {
|
||||||
var cusergroup = parent.userGroups[i];
|
var cusergroup = parent.userGroups[i];
|
||||||
console.log(cusergroup);
|
|
||||||
if ((cusergroup != null) && (cusergroup.links != null) && (cusergroup.links[node._id] != null)) {
|
if ((cusergroup != null) && (cusergroup.links != null) && (cusergroup.links[node._id] != null)) {
|
||||||
// Remove the user link & save the user
|
// Remove the user link & save the user
|
||||||
delete cusergroup.links[node._id];
|
delete cusergroup.links[node._id];
|
||||||
|
|||||||
Reference in New Issue
Block a user