From 22b1e1c1c5ac7c48bf6cf2b06237a0e180fd550d Mon Sep 17 00:00:00 2001
From: filippo.bertilotti <filippobertilotti@gmail.com>
Date: Tue, 11 Jun 2024 11:25:39 +0200
Subject: [PATCH] tolto test var dump

---
 src/App/Models/Contact.php |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/App/Models/Contact.php b/src/App/Models/Contact.php
index 5af3053..8c340ed 100644
--- a/src/App/Models/Contact.php
+++ b/src/App/Models/Contact.php
@@ -14,7 +14,6 @@
             $result = $connection->query($query);
 
             $rowcount = count($result->fetchAll(PDO::FETCH_ASSOC));
-            var_dump($rowcount);
             
             
             if ($rowcount > 0) {
@@ -34,10 +33,6 @@
             if($this->controlloSpamEmail($data["email"])) {
                 $this->addError("spam", "non puoi mandare la stessa mail, aspetta un pò di tempo");
             }
-
-
-
-            var_dump($this->getErrors());
         }
 
 

--
Gitblit v1.8.0