Remove debug
This commit is contained in:
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';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user