From bd6eaceaf3b751515265dafff3e195d59c462b7e Mon Sep 17 00:00:00 2001 From: garrettmills Date: Thu, 15 Apr 2021 13:16:19 -0500 Subject: [PATCH] Remove debugging --- app/ldap/controllers/Sudo.controller.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/ldap/controllers/Sudo.controller.js b/app/ldap/controllers/Sudo.controller.js index 454067e..f2231fe 100644 --- a/app/ldap/controllers/Sudo.controller.js +++ b/app/ldap/controllers/Sudo.controller.js @@ -26,11 +26,8 @@ class SudoController extends LDAPController { return next(new LDAP.InsufficientAccessRightsError()) } - console.log('[SUDO SEARCH]', req.filter.toString()) const sudo_hosts = this.parse_sudo_hosts(req.filter) - console.log('[SUDO HOSTS]', sudo_hosts) const iam_targets = await this.get_targets_from_hosts(sudo_hosts) - console.log('[SUDO IAM]', iam_targets) if ( req.scope === 'base' ) { // If scope is base, check if the base DN matches the filter.