]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/e2e/src/utils/mock-smtp.ts
Prevent invalid end watch section warnings
[github/Chocobozzz/PeerTube.git] / client / e2e / src / utils / mock-smtp.ts
index be6f8b2598f2c6e1dcf220375f62d79324972860..77691e9812d1eea9d0eb162d065c36a73b206b4e 100644 (file)
@@ -24,8 +24,6 @@ class MockSMTPServer {
 
       this.maildev.on('new', email => {
         this.emails.push(email)
-
-        console.log('pushed email', email)
       })
 
       this.maildev.listen(err => {