Remove dump

This commit is contained in:
Jake Barnby 2025-09-01 20:17:49 +12:00
parent 97366e7fbd
commit 364eacc3e2
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -231,8 +231,6 @@ class Update extends Action
->addMetric(METRIC_DATABASES_OPERATIONS_WRITES, max($operations, 1))
->addMetric(str_replace('{databaseInternalId}', $database->getSequence(), METRIC_DATABASE_ID_OPERATIONS_WRITES), $operations);
\var_dump($newDocument);
try {
$document = $dbForProject->withRequestTimestamp(
$requestTimestamp,