aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/e2e/src
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-05-10 14:23:59 +0200
committerChocobozzz <me@florianbigard.com>2023-05-10 14:23:59 +0200
commit7815dc450ea9f8fd63e2234b6215013a132e6229 (patch)
treefaee269ef011930dd71d52035cdd2af8e6f2b004 /client/e2e/src
parentbc3bd960e3d240a1a02bbda7530659424ad70685 (diff)
downloadPeerTube-7815dc450ea9f8fd63e2234b6215013a132e6229.tar.gz
PeerTube-7815dc450ea9f8fd63e2234b6215013a132e6229.tar.zst
PeerTube-7815dc450ea9f8fd63e2234b6215013a132e6229.zip
Prevent invalid end watch section warnings
Diffstat (limited to 'client/e2e/src')
-rw-r--r--client/e2e/src/utils/mock-smtp.ts2
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 => {