* oops. Removing debugging information I left behind!

This commit is contained in:
vga256 2023-07-02 22:28:53 -06:00 committed by Retro_Guy
parent 1d229d5ad1
commit 4b626a3cc9
1 changed files with 0 additions and 1 deletions

View File

@ -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="";