mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
remove var_dump
This commit is contained in:
@@ -209,8 +209,6 @@ App::setResource('platforms', function (Request $request, Document $console, Doc
|
||||
)[0] ?? new Document();
|
||||
}
|
||||
|
||||
var_dump($rule);
|
||||
|
||||
if (!$rule->isEmpty() && $rule->getAttribute('projectInternalId') === $project->getSequence()) {
|
||||
$project->setAttribute('platforms', [
|
||||
'$collection' => ID::custom('platforms'),
|
||||
|
||||
Reference in New Issue
Block a user