mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Removed debug message
This commit is contained in:
@@ -420,7 +420,6 @@ $utopia->post('/v1/database/:collectionId/documents')
|
||||
try {
|
||||
$data = $projectDB->createDocument($data);
|
||||
} catch (AuthorizationException $exception) {
|
||||
throw new Exception($exception->getMessage(), 400);
|
||||
throw new Exception('Unauthorized action', 401);
|
||||
} catch (StructureException $exception) {
|
||||
throw new Exception('Bad structure. '.$exception->getMessage(), 400);
|
||||
|
||||
Reference in New Issue
Block a user