mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-12 11:01:52 +00:00
Removed debug log.
This commit is contained in:
parent
a773cb4c91
commit
e526e60f72
1 changed files with 0 additions and 1 deletions
|
@ -3481,7 +3481,6 @@ function mainStart() {
|
|||
// Check if RDP support if present
|
||||
var mstsc = true;
|
||||
try { require('./rdp') } catch (ex) { mstsc = false; }
|
||||
console.log('mstsc', mstsc);
|
||||
|
||||
// Check if Windows SSPI, LDAP, Passport and YubiKey OTP will be used
|
||||
var sspi = false;
|
||||
|
|
Loading…
Reference in a new issue