From 5de879cddc316a1f50a5d9d758e105ff6c8d8b0b Mon Sep 17 00:00:00 2001 From: Torsten Schulz Date: Mon, 10 Jul 2023 13:08:54 +0200 Subject: [PATCH] Mail update --- include/mailhandling.php | 1 - 1 file changed, 1 deletion(-) diff --git a/include/mailhandling.php b/include/mailhandling.php index baab259..865968f 100644 --- a/include/mailhandling.php +++ b/include/mailhandling.php @@ -18,7 +18,6 @@ class Mailhandling extends Renderer { die; } $mail = $this->mbox->getMail($this->uid); - var_dump($mail); return $mail; }