Remove obsolete comment

This commit is contained in:
yubiuser
2022-04-13 07:04:59 +02:00
committed by GitHub
parent 4642569cae
commit edca3ee1c3

View File

@@ -310,7 +310,6 @@ if (isset($_GET['getAllQueries']) && $auth) {
echo '{"data":[';
$first = true;
#foreach ($return as $line)
foreach($return as $line) {
// Insert a comma before the next record (except on the first one)