Removed debug log.

This commit is contained in:
Ylian Saint-Hilaire 2022-04-30 20:09:44 -07:00
parent a773cb4c91
commit e526e60f72
1 changed files with 0 additions and 1 deletions

View File

@ -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;