From: Philipp <admin@philipp.info>
Date: Tue, 19 Oct 2021 19:00:18 +0000 (+0200)
Subject: Remove logging leftover for debugging
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d2c210753ab5db72293144490b57dc0997878621;p=friendica.git

Remove logging leftover for debugging
---

diff --git a/src/Profile/ProfileField/Depository/ProfileField.php b/src/Profile/ProfileField/Depository/ProfileField.php
index b792edf8f7..a6e441f3b6 100644
--- a/src/Profile/ProfileField/Depository/ProfileField.php
+++ b/src/Profile/ProfileField/Depository/ProfileField.php
@@ -86,7 +86,6 @@ class ProfileField extends BaseDepository
 
 		$Entities = new Collection\ProfileFields();
 		foreach ($rows as $fields) {
-			$this->logger->warning('row', ['row' => $fields]);
 			$Entities[] = $this->factory->createFromTableRow($fields);
 		}