mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Remove testing output
This commit is contained in:
parent
7a052eaf69
commit
06dec37ad4
2 changed files with 3 additions and 1 deletions
|
@ -3134,7 +3134,7 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
|
|||
//parent.parent.pluginHandler.addPlugin(command.url)
|
||||
parent.parent.pluginHandler.getPluginConfig(command.url)
|
||||
.then(parent.parent.pluginHandler.addPlugin)
|
||||
.then(function(docs){ console.log('landed');
|
||||
.then(function(docs){
|
||||
var targets = ['*', 'server-users'];
|
||||
parent.parent.DispatchEvent(targets, obj, { action: 'updatePluginList', list: docs });
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue