Removed debug log.

Ylian Saint-Hilaire committed Apr 30, 2022 at 20:09 UTC e526e60f7205389cdbe2b5e5a8a5934a375d7bda
1 file changed -1
meshcentral.js
-1
@@ -3481,7 +3481,6 @@ function mainStart() {
3481 // Check if RDP support if present
3482 var mstsc = true;
3483 try { require('./rdp') } catch (ex) { mstsc = false; }
3484 - console.log('mstsc', mstsc);
3484
3485 // Check if Windows SSPI, LDAP, Passport and YubiKey OTP will be used
3486 var sspi = false;