Remove output

This commit is contained in:
Jay Trees 2022-01-21 14:55:13 +01:00
parent e53a379c71
commit 540d49eb3d

View file

@ -108,10 +108,6 @@ if ($zip->open($zip_filename)) {
$filepath = $directory_wishthis_github . '/' . $filename;
if (is_file($filepath)) {
echo 'Rename ' . $filepath . ' to ' . __DIR__ . '/' . $filename . '<br>';
}
if (is_dir($filepath)) {
delete_directory($filepath);
}