diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2020-01-04 12:00:56 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2020-01-04 12:00:56 +0100 |
commit | b47ed747440bc1a79a03978542102a41c014f4b8 (patch) | |
tree | cb901ded3e97a9c586f914791e21b5aa207c8908 | |
parent | 483a5fa0ca370be47ba35691b8037a7fa289f4a5 (diff) | |
download | archweb32-b47ed747440bc1a79a03978542102a41c014f4b8.tar.xz |
removed some debug code and output
-rw-r--r-- | mirrors.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mirrors.php b/mirrors.php index 096f89c..8ba3cde 100644 --- a/mirrors.php +++ b/mirrors.php @@ -321,14 +321,8 @@ EOF; EOF; print <<<EOF </div> - <pre> EOF; } -// for debugging -// print json_encode($content, JSON_PRETTY_PRINT); - print <<<EOF - </pre> -EOF; exit( ); } // human readable |