Remove debug

This commit is contained in:
Bruno Rybársky 2024-04-26 10:50:03 +02:00
parent 580880f0c5
commit 07eda1b9da

@ -79,7 +79,6 @@ function deleteMeme(int $memeId): string
$stmtDelete->bind_param('i', $memeId);
}
$stmtDelete->execute();
$stmtDelete->fetch();
if ($stmtDelete->affected_rows > 0) {
$out['Status'] = 'Success';
}