projects
/
thericegoat.com.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc910dc
)
remove image list debug
author
Eduardo
<
[email protected]
>
Mon, 6 Nov 2023 22:12:17 +0000
(23:12 +0100)
committer
Eduardo
<
[email protected]
>
Mon, 6 Nov 2023 22:12:17 +0000
(23:12 +0100)
page-generator/index.php
patch
|
blob
|
history
diff --git
a/page-generator/index.php
b/page-generator/index.php
index 26a69f4bd55d539f3a086adcb10e9d589cb973c9..4d1cae6864c5b05ae32fa575dff701625242ddc7 100644
(file)
--- a/
page-generator/index.php
+++ b/
page-generator/index.php
@@
-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'];