From e526e60f7205389cdbe2b5e5a8a5934a375d7bda Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Sat, 30 Apr 2022 20:09:44 -0700 Subject: [PATCH] Removed debug log. --- meshcentral.js | 1 - 1 file changed, 1 deletion(-) diff --git a/meshcentral.js b/meshcentral.js index 4ea68444..fce1aea4 100644 --- a/meshcentral.js +++ b/meshcentral.js @@ -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;