From a52940eb97e4b1518f64a20cc92a757f1dd7721f Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Fri, 02 Jan 2026 06:03:35 +0000
Subject: [PATCH] =some login fixes
---
inc/rest/routes/ContentRoutes.php | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/inc/rest/routes/ContentRoutes.php b/inc/rest/routes/ContentRoutes.php
index 468a1a7..9a1eae9 100644
--- a/inc/rest/routes/ContentRoutes.php
+++ b/inc/rest/routes/ContentRoutes.php
@@ -844,7 +844,6 @@
$data['images'] = $images;
}
- error_log('Got Data for post: '.print_r($data, true));
return $data;
}
protected function extractImages(array $fields = []):array
--
Gitblit v1.10.0