]> _ Git - fluidbook-toolbox.git/commitdiff
#7423
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 25 Apr 2025 16:03:15 +0000 (18:03 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 25 Apr 2025 16:03:15 +0000 (18:03 +0200)
app/Jobs/Maintenance/CleanDownloads.php

index 8c97c4e030a52d48d85be728326e816b61cac197..f5ae1a7af4f288c8894d3d57dde582e35081eeed 100644 (file)
@@ -48,8 +48,5 @@ class CleanDownloads extends Base
                 echo "Deleted $type $pathname\n";
             }
         }
-
-        file_get_contents('https://workshop.fluidbook.com/maintenance/cleanPackages');
-        file_get_contents('https://workshop.fluidbook.com/maintenance/cleanDownload');
     }
 }