From dc88a043900f7a97f6894e0b9330129c10fe3740 Mon Sep 17 00:00:00 2001 From: epriestley Date: Sun, 20 Feb 2011 20:11:27 -0800 Subject: [PATCH] Remove some debugging code. Summary: Test Plan: Reviewers: CC: --- .../transactionsave/ManiphestTransactionSaveController.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/applications/maniphest/controller/transactionsave/ManiphestTransactionSaveController.php b/src/applications/maniphest/controller/transactionsave/ManiphestTransactionSaveController.php index 5d806dd333..09adbe32de 100644 --- a/src/applications/maniphest/controller/transactionsave/ManiphestTransactionSaveController.php +++ b/src/applications/maniphest/controller/transactionsave/ManiphestTransactionSaveController.php @@ -82,9 +82,6 @@ class ManiphestTransactionSaveController extends ManiphestController { $new['FILE'][$phid] = array(); } - var_dump($new); - die(); - $transaction->setNewValue($new); break; default: