diff options
Diffstat (limited to 'client/e2e')
-rw-r--r-- | client/e2e/src/utils/mock-smtp.ts | 2 |
1 files changed, 0 insertions, 2 deletions
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 { | |||
24 | 24 | ||
25 | this.maildev.on('new', email => { | 25 | this.maildev.on('new', email => { |
26 | this.emails.push(email) | 26 | this.emails.push(email) |
27 | |||
28 | console.log('pushed email', email) | ||
29 | }) | 27 | }) |
30 | 28 | ||
31 | this.maildev.listen(err => { | 29 | this.maildev.listen(err => { |