From c9b6da01277e1b82afb45c8d6f2d8137a5cfd201 Mon Sep 17 00:00:00 2001
From: Michael <heluecht@pirati.ca>
Date: Sun, 8 Jan 2023 19:01:12 +0000
Subject: [PATCH] Remoce test code

---
 update.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/update.php b/update.php
index 951f54a3b2..85a06892f0 100644
--- a/update.php
+++ b/update.php
@@ -1202,7 +1202,6 @@ function update_1509()
 	$newConfig = DI::config()->beginTransaction();
 
 	foreach ($addons as $addon) {
-		print_r($addon);
 		$newConfig->set('addons', $addon['name'], [
 			'last_update' => $addon['timestamp'],
 			'admin' => (bool)$addon['plugin_admin'],
-- 
2.39.5