X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fe2e%2Fsrc%2Futils%2Fmock-smtp.ts;h=77691e9812d1eea9d0eb162d065c36a73b206b4e;hb=7815dc450ea9f8fd63e2234b6215013a132e6229;hp=be6f8b2598f2c6e1dcf220375f62d79324972860;hpb=bc3bd960e3d240a1a02bbda7530659424ad70685;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/e2e/src/utils/mock-smtp.ts b/client/e2e/src/utils/mock-smtp.ts index be6f8b259..77691e981 100644 --- a/client/e2e/src/utils/mock-smtp.ts +++ b/client/e2e/src/utils/mock-smtp.ts @@ -24,8 +24,6 @@ class MockSMTPServer { this.maildev.on('new', email => { this.emails.push(email) - - console.log('pushed email', email) }) this.maildev.listen(err => {