From 4b626a3cc94b3d62337ba204ba537d55209e26d8 Mon Sep 17 00:00:00 2001 From: vga256 Date: Sun, 2 Jul 2023 22:28:53 -0600 Subject: [PATCH] * oops. Removing debugging information I left behind! --- Rocksolid_Light/rocksolid/newsportal.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Rocksolid_Light/rocksolid/newsportal.php b/Rocksolid_Light/rocksolid/newsportal.php index f8e134f..d8e7d33 100644 --- a/Rocksolid_Light/rocksolid/newsportal.php +++ b/Rocksolid_Light/rocksolid/newsportal.php @@ -469,7 +469,6 @@ function groups_read($server,$port,$load=0,$force_reload=false) { return; } if(!$force_reload && file_exists($cachefile) && $load == 0) { - echo 'using cached version of groups'; // cached file exists and is new enough, so lets read it out. $file=fopen($cachefile,"r"); $data="";