Explorar o código

Comment out warning about unset variable at ldap.js.

Thanks to xet7 !
Lauri Ojansivu hai 1 ano
pai
achega
7f91055d8c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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}`);
     }
   }