Browse Source

Comment out warning about unset variable at ldap.js.

Thanks to xet7 !
Lauri Ojansivu 1 year ago
parent
commit
7f91055d8c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/wekan-ldap/server/ldap.js

+ 1 - 1
packages/wekan-ldap/server/ldap.js

@@ -66,7 +66,7 @@ export default class LDAP {
       }
       return value;
     } else {
-      Log.warn(`Lookup for unset variable: ${name}`);
+      //Log.warn(`Lookup for unset variable: ${name}`);
     }
   }