From 181938ea32cf2c11d10d56018df22586adff7860 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sun, 11 Jan 2026 17:07:14 +0000
Subject: [PATCH] =CRUD.js cleanup, DataStore.js filtering optimization

---
 assets/js/concise/PopulateForm.js |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/assets/js/concise/PopulateForm.js b/assets/js/concise/PopulateForm.js
index 11ed8ae..cf48f19 100644
--- a/assets/js/concise/PopulateForm.js
+++ b/assets/js/concise/PopulateForm.js
@@ -285,8 +285,6 @@
 	 * Populate timeline gallery - FIXED iteration
 	 */
 	populateTimelineGallery(fieldWrapper, fieldName, fieldValue) {
-		console.log('Populating Timeline Gallery', fieldValue);
-
 		if (!fieldValue || !Array.isArray(fieldValue)) {
 			console.warn('Timeline field value must be an array');
 			return;

--
Gitblit v1.10.0