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 |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/App/Models/Contact.php b/src/App/Models/Contact.php
index ec7888f..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) {

--
Gitblit v1.8.0