remove image list debug
authorEduardo <[email protected]>
Mon, 6 Nov 2023 22:12:17 +0000 (23:12 +0100)
committerEduardo <[email protected]>
Mon, 6 Nov 2023 22:12:17 +0000 (23:12 +0100)
page-generator/index.php

index 26a69f4bd55d539f3a086adcb10e9d589cb973c9..4d1cae6864c5b05ae32fa575dff701625242ddc7 100644 (file)
@@ -20,9 +20,6 @@ $generator->copyRecursive(SRC_PATH . "/assets", BASE_PATH_TEMP . "/assets");
 $image_list = file_get_contents(URL . '?sheet=_images');
 $image_list = json_decode($image_list, true);
 
-// FIXME: DEBUG
-print_r($image_list);
-
 // copy images from whatever they are (if this is in a docker container they may be mounted somewhere)
 foreach ($image_list as $key => $image) {
     $old_path = SRC_PATH . $image['path'];