7 Commits 8b569df8c0 ... 14f52b1adc

Author SHA1 Message Date
  John Doe 14f52b1adc capra capra! 1 month ago
  John Doe c2e2f9ffab test da rimuovere. 1 month ago
  John Doe a9ca147895 Modificato README. 1 month ago
  John Doe 6f25e684e0 first commit 1 month ago
  Francesco Cappelli 8b569df8c0 test da rimuovere. 1 month ago
  Francesco Cappelli ecc3d838f3 Modificato README. 1 year ago
  Francesco Cappelli 241cc1eaa7 first commit 1 year ago
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/whitelist.js

+ 0 - 4
src/whitelist.js

@@ -20,13 +20,9 @@ export const isInWhiteList = async (filename, email) => {
     // ('\r\n') in input as a single line break.
 
     for await (const line of rl) {
-      console.log("AAAA " + line);
       if (email.trim() === line) {
         return true;
       }
-      else {
-        return false;
-      }
     }
 
     return false;